From 911462f53cceba0310c8a7b70b7d23cb750053df Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 30 Nov 2016 19:57:27 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 755fff024..d01926f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ BUG FIXES: * core: Changed attribute console output shows up on Windows. [GH-10417] * core: Destroying deposed resources in create before destroy waits until the creation step of its specific index. (0.8 regression) [GH-10416] * core: Certain invalid configurations will no longer print "illegal". [GH-10448] + * command/console: variable access works [GH-10446] ## 0.8.0-rc1 (November 23, 2016)