Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2018-03-09 17:05:24 -08:00 committed by GitHub
parent 95c39d0c0b
commit c86a618c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ BUG FIXES:
* core: Halt on fatal provisioner errors, rather than retrying until a timeout [GH-17359]
* core: When handling a forced exit due to multiple interrupts, prevent the process from exiting while the state is being written [GH-17323]
* core: Fix handling of locals and outputs at destroy time [GH-17241]
* core: Fix regression in handling of `count` arguments that refer to `count` attributes from other resources. [GH-17548]
* helper/schema: Prevent crash on removal of computed field in CustomizeDiff [GH-17261]
## 0.11.3 (January 31, 2018)