diff --git a/CHANGELOG.md b/CHANGELOG.md index 395731a6a..efea18de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,15 +10,18 @@ ENHANCEMENTS: * connection/ssh: Support certificate authentication [GH-22156] BUG FIXES: -* command/0.12upgrade: use user-supplied plugin-dir [GH-22306] +* config: reduce MinIems and MaxItems validation during decoding, to allow for use of dynamic blocks [GH-22530] +* config: don't validate MinItems and MaxItems in CoerceValue, allowing providers to set incomplete values [GH-22478] * config: fix panic on tuples with `for_each` [GH-22279] * config: fix references to `each` of `for_each` in provisioners [GH-22289] +* config: fix panic when using nested dynamic blocks [GH-22314] +* config: ensure consistent evaluation when moving between single resources and `for_each` in addressing [GH-22454] +* command: fix issue where commands occasionally exited before the error message printed [GH-22373] +* command/0.12upgrade: use user-supplied plugin-dir [GH-22306] * command/hook_ui: Truncate the ID considering multibyte characters [GH-18823] * command/fmt: Terraform fmt no longer inserts spaces after % [GH-22356] -* config: ensure consistent evaluation when moving between single resources and `for_each` in addressing [GH-22454] +* command/state: Allow moving resources to modules not yet in state [GH-22299] * backend/google: Now using the OAuth2 token endpoint on `googleapis.com` instead of `google.com`. These endpoints are equivalent in functionality but `googleapis.com` hosts are resolvable from private Google Cloud Platform VPCs where other connectivity is restricted. [GH-22451] -* command: fix issue where commands occasionally exited before the error message printed [GH-22373] -* config: fix panic when using nested dynamic blocks [GH-22314] ## 0.12.6 (July 31, 2019)