From ebd782889201f0e793f2bde77a0995df9dac58f9 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 12 Aug 2020 10:54:56 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ab9927c1..14c4bb7016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ BUG FIXES: * backend: fix inconsistent locking behavior between local and remote backends, which caused lingering locks in terraform console and import [GH-25454] -* configs: include `providers` when processing module overrides [GH-25496] * lang/funcs: update cidrsubnet and cidrhost to support 64-bit systems [GH-25517] * states/statefile: consistently sort resources across modules [GH-25498] +* cli: allow targeting of resources with module instances [GH-25760] * command: fix panic when using `state mv` to move the last resource in a module [GH-25523] +* configs: include `providers` when processing module overrides [GH-25496] +* core: fix inconsistent plan error when dynamic set block has 0 elements [GH-25662] +* core: prevent decoding errors when resource attributes have been removed entirely from the schema [GH-25779] ## 0.13.0 (August 10, 2020)