update cHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-05-05 13:30:57 -07:00
parent b40c87391b
commit 27a616ade1
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,9 @@ FEATURES:
`TF_VAR_name` and this will be checked last for a value. `TF_VAR_name` and this will be checked last for a value.
* **New remote state backend: `s3`**: You can now store remote state in * **New remote state backend: `s3`**: You can now store remote state in
an S3 bucket. [GH-1723] an S3 bucket. [GH-1723]
* **Automatic AWS retries**: This release includes a lot of improvement
around automatic retries of transient errors in AWS. The number of
retry attempts is also configurable.
IMPROVEMENTS: IMPROVEMENTS:
@ -78,6 +81,7 @@ IMPROVEMENTS:
BUG FIXES: BUG FIXES:
* core: Fix graph cycle issues surrounding modules [GH-1582] [GH-1637]
* core: math on arbitrary variables works if first operand isn't a * core: math on arbitrary variables works if first operand isn't a
numeric primitive. [GH-1381] numeric primitive. [GH-1381]
* core: avoid unnecessary cycles by pruning tainted destroys from * core: avoid unnecessary cycles by pruning tainted destroys from