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]