Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2017-04-04 10:33:36 -07:00 committed by GitHub
parent dd8af65c82
commit 736ad1e9d8
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ IMPROVEMENTS:
BUG FIXES:
* core: Escaped interpolation-like sequences (like `$${foo}`) now permitted in variable defaults [GH-13137]
* core: Escaped interpolation-like sequences (like `$${foo}`) now permitted in variable defaults [GH-13137]
* core: Fix strange issues with computed values in provider configuration that were worked around with `-input=false` [GH-11264], [GH-13264]
* provider/aws: Add Support for maintenance_window and back_window to rds_cluster_instance [GH-13134]
* provider/aws: Increase timeout for AMI registration [GH-13159]
* provider/aws: Increase timeouts for ELB [GH-13161]