Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-02-17 16:15:37 -08:00
parent 7f6e13ab32
commit bfa3a2997a
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ BUG FIXES:
* provider/aws: Fix `aws_db_instance` to not recreate each time. [GH-874]
* provider/aws: ASG termination policies are synced with remote state. [GH-923]
* provider/aws: No read error when subnet is manually deleted. [GH-889]
* provider/aws: Tags with empty values (empty string) are properly
managed. [GH-968]
* provider/google: Fix bug preventing instances with metadata from being
created [GH-884].