update CHANGELOG

This commit is contained in:
James Bardin 2017-04-24 21:09:58 -04:00
parent 6daef74e9b
commit 10ee31d5a2
1 changed files with 3 additions and 0 deletions

View File

@ -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]