Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbardin committed Jan 7, 2020
1 parent 8b08887 commit b6a041a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ ENHANCEMENTS:

BUG FIXES:

* commant/init: Fix an issue with via an update to go-getter where modules would fail to download from the registry [GH-23792]
* command/init: use backend config from state when `-backend=false` is used during `init`. [GH-23802]
* core: Do not evaluate unused config values, which may not be valid during destroy [GH-23717]
* core: Better error handling for an odd "should never happen" situation regarding the restoration of a deposed instance during a `create_before_destroy` replace action. While this does not yet fix the situation (it can still happen), it now has a specialized error message to hopefully help gather some more information about the root cause in future reports. [GH-23718]
* core: Prevent insertion of default providers when resources are removed from the config. [GH-23696]
* core: Detect and handle dependencies implied by references in a `connection` block directly within a `resource` block. [GH-23663]
Expand Down

0 comments on commit b6a041a

Please sign in to comment.