From 10ee31d5a2bfd2d462c65ab6d571472eb731e463 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Mon, 24 Apr 2017 21:09:58 -0400 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d096a61f..af8d865263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,9 @@ IMPROVEMENTS: BUG FIXES: + * core: Prevent resource.Retry from adding untracked resources after the timeout: [GH-13778] + * core: Allow a schema.TypeList to be ForceNew and computed [GH-13863] + * core: Fix crash when refresh or apply build an invalid graph [GH-13665] * core: Add the close provider/provisioner transformers back [GH-13102] * core: Fix a crash condition by improving the flatmap.Expand() logic [GH-13541] * provider/alicloud: Fix create PrePaid instance [GH-13662]