update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-04-09 09:51:07 -07:00
parent d7e8192456
commit 72d3c0c54a
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
## 0.4.1 (unreleased)
IMPROVEMENTS:
* provider/aws: Route 53 records can now update `ttl` and `records` attributes
without destroying/creating the record [GH-1396]
* provider/aws: Support changing additional attributes of RDS databases
@ -28,6 +29,7 @@ BUG FIXES:
causing unresolvable diffs [GH-1444]
* provider/aws: Fix issue preventing launch configurations from being valid
in EC2 Classic [GH-1412]
* provider/docker: Don't ask for `cert_path` input on every run [GH-1432]
* provider/google: Fix issue causing unresolvable diff on instances with
`network_interface` [GH-1427]