diff --git a/CHANGELOG.md b/CHANGELOG.md index b1288e8173..df07019c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ FEATURES: IMPROVEMENTS: + * **New config function: `format`** - Format a string using `sprintf` + format. [GH-1096] * **New config function: `replace`** - Search and replace string values. Search can be a regular expression. See documentation for more info. [GH-1029] @@ -39,9 +41,10 @@ BUG FIXES: "resource.0" would ignore the latter completely. [GH-1086] * providers/aws: manually deleted VPC removes it from the state * providers/aws: `source_dest_check` regression fixed (now works). [GH-1020] + * providers/aws: Longer wait times for DB instances * providers/digitalocean: Waits until droplet is ready to be destroyed [GH-1057] * providers/digitalocean: More lenient about 404's while waiting [GH-1062] - * providers/aws: Longer wait times for DB instances + * providers/google: Network data in state was not being stored. [GH-1095] ## 0.3.7 (February 19, 2015)