From 94bc96d3de7bbc78bcf0df6a7fc8db71260d49aa Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Sat, 4 Jul 2015 07:09:47 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af5b1bdb6f..6126eeb3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ BUG FIXES: preventing `key_file` from being read without explicitly setting `agent = false` [GH-2615] * core: don't prompt for variables with defaults [GH-2613] + * core: Return correct number of planned updates [GH-2620] * providers/aws: Allow uppercase characters in `aws_elb.name` [GH-2580] * providers/aws: Allow underscores in `aws_db_subnet_group.name` (undocumented by AWS) [GH-2604]