update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-02-17 16:18:38 -08:00
parent faec39b8c1
commit 5dc1b70777
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ BUG FIXES:
* 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/aws: Fix case where route table would delete its routes
on an unrelated change. [GH-990]
* provider/google: Fix bug preventing instances with metadata from being
created [GH-884].