Skip to content

Commit a4bc5ba

Browse files
committed
update CHANGELOG
1 parent 1c817c7 commit a4bc5ba

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ FEATURES:
1616

1717
IMPROVEMENTS:
1818

19+
* **New config function: `format`** - Format a string using `sprintf`
20+
format. [GH-1096]
1921
* **New config function: `replace`** - Search and replace string values.
2022
Search can be a regular expression. See documentation for more
2123
info. [GH-1029]
@@ -39,9 +41,10 @@ BUG FIXES:
3941
"resource.0" would ignore the latter completely. [GH-1086]
4042
* providers/aws: manually deleted VPC removes it from the state
4143
* providers/aws: `source_dest_check` regression fixed (now works). [GH-1020]
44+
* providers/aws: Longer wait times for DB instances
4245
* providers/digitalocean: Waits until droplet is ready to be destroyed [GH-1057]
4346
* providers/digitalocean: More lenient about 404's while waiting [GH-1062]
44-
* providers/aws: Longer wait times for DB instances
47+
* providers/google: Network data in state was not being stored. [GH-1095]
4548

4649
## 0.3.7 (February 19, 2015)
4750

0 commit comments

Comments
 (0)