From f25592a3ef720e5ec712862d89dcceca2a95f6d2 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 29 Nov 2016 09:41:39 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d37b88d4f..ad0b95043b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,9 @@ IMPROVEMENTS: * provider/github: supports importing resources [GH-10382] * provider/postgresql: Added 'connect_timeout' argument to provider 'postgresql' [GH-10380] +BUG FIXES: + * core: Destroying deposed resources in create before destroy waits until the creation step of its specific index. (0.8 regression) [GH-10416] ## 0.8.0-rc1 (November 23, 2016)