From 992e12335f3d100ab4ef00fe90cb885f9c6d7aaf Mon Sep 17 00:00:00 2001 From: Clint Date: Mon, 19 Dec 2016 14:00:57 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59cbd56ac3..5e7b3355d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ IMPROVEMENTS: * provider/aws: Add support for BinaryMediaTypes and ContentHandling to AWS API Gateway [GH-10776] * provider/aws: Deprecated aws_lambda_function nodejs runtime in favor of nodejs4.3 [GH-9724] * provider/aws: Support updating of aws_db_instance db_subnet_group_name [GH-10818] + * provider/aws: Allow update to RDS password when restoring from snapshot [GH-8622] * provider/azurerm: add support for tags to dns_zone [GH-10750] * provider/pagerduty pagerduty_schedule - support for start_day_of_week (schedule restriction) [GH-10069]