From 72d3c0c54abc790565d068314afd4f20b65a1d80 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 9 Apr 2015 09:51:07 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb2a44da..4bc09f945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]