Update CHANGELOG.md

This commit is contained in:
Clint 2016-10-17 09:13:26 -05:00 committed by GitHub
parent 08c5d2a939
commit c7171e7e6e
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ BUG FIXES:
* core: List and map indexes support arithmetic [GH-9372]
* core: List and map indexes are implicitly converted to the correct type if possible [GH-9372]
* provider/aws: Read back aws_launch_configuration's associate_public_ip_address field, to enable importing. [GH-9399]
* provider/google: Fixed a bug causing a crash when migrating `google_compute_target_pool` resources from 0.6.x releases [GH-9370]
IMPROVEMENTS: