From 4124d01fdc1505d5995cafcdc2399ae0b064e38d Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Wed, 5 Jun 2019 16:13:52 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da657296..bbc8c7d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)