Update CHANGELOG.md

This commit is contained in:
Kristin Laemmert 2019-06-05 16:13:52 -04:00 committed by GitHub
parent 5b6b1663ef
commit 4124d01fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -5,9 +5,13 @@ NEW FEATURES:
* `range` function for generating a sequence of numbers as a list [GH-21461]
* `yamldecode` and *experimental* `yamlencode` functions for working with YAML-serialized data [GH-21459]
ENHANCEMENTS:
* backend/http: implement retries for the http backend [GH-19702]
BUG FIXES:
* command/show: use the state snapshot included in the planfile when rendering a plan to json [#GH-21597]
* command/show: use the state snapshot included in the planfile when rendering a plan to json [GH-21597]
## 0.12.1 (June 3, 2019)