From bfa3a2997affee02c3c2f17a6246607a1525bf10 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 17 Feb 2015 16:15:37 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eedd26e4a..68d933e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,8 @@ BUG FIXES: * provider/aws: Fix `aws_db_instance` to not recreate each time. [GH-874] * provider/aws: ASG termination policies are synced with remote state. [GH-923] * provider/aws: No read error when subnet is manually deleted. [GH-889] + * provider/aws: Tags with empty values (empty string) are properly + managed. [GH-968] * provider/google: Fix bug preventing instances with metadata from being created [GH-884].