Update CHANGELOG.md
This commit is contained in:
parent
bcaf7f7ba7
commit
f9424194e9
|
@ -22,6 +22,7 @@ BUG FIXES:
|
|||
|
||||
* command/plan: Previously certain changes to lists would cause the list diff in the plan output to miss items. Now `terraform plan` will show those items as expected. [GH-22695]
|
||||
* command/show: When showing a saved plan file not in JSON mode, use the same presentation as `terraform plan` itself would've used. [GH-23292]
|
||||
* command/force-unlock: Return an explicit error when the local-filesystem lock implementation receives the wrong lock id. Previously it was possible to see either an incorrect error or no error at all in that case. [GH-23336]
|
||||
* core: Store absolute instance dependencies in state to allow for proper destroy ordering [GH-23252]
|
||||
* core: Ensure tainted status is maintained when a destroy operation fails [GH-23304]
|
||||
* config: `transpose` function will no longer panic when it should produce an empty map as its result. [GH-23321]
|
||||
|
|
Loading…
Reference in New Issue