From 6795d213df19153900efbf15ac57a60cf90f889b Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Sun, 1 Feb 2015 10:05:26 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4903ac1c..ed79e9cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ IMPROVEMENTS: * provider/aws: The `aws_db_instance` resource no longer requires both `final_snapshot_identifier` and `skip_final_snapshot`; the presence or absence of the former now implies the latter. [GH-874] + * provider/aws: Avoid unecessary update of `aws_subnet` when + `map_public_ip_on_launch` is not specified in config. [GH-898] * provider/google: Remove "client secrets file", as it's no longer necessary for API authentication [GH-884].