Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2016-12-21 11:37:54 -08:00 committed by GitHub
parent 077bd1fb67
commit c7da186372
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ IMPROVEMENTS:
BUG FIXES:
* core: Improve validation for provider aliases to allow inheritance in moduels. [GH-10807]
* core: Math operations always prefer floating point if an argument is floating point. [GH-10886]
* core: Strings are implicitly converted to integers/floats for comparison. [GH-10886]
* provider/aws: Fixed crash in `data_source_ami` with empty `owner` value [GH-10763]
* provider/aws: Require `master_username` and `master_password` if no snapshot given in Redshift Cluster [GH-9837]
* provider/azurerm: fix network_interface.ip_configuration hash for load balancers [GH-10834]