Update CHANGELOG.md
This commit is contained in:
parent
b8e3b8036a
commit
2b73a2c080
|
@ -10,6 +10,9 @@ BUG FIXES:
|
||||||
|
|
||||||
* cli: Exit with an error if unable to gather input from the UI. For example, this may happen when running in a non-interactive environment but without `-input=false`. Previously Terraform would interpret these errors as empty strings, which could be confusing. [GH-26509]
|
* cli: Exit with an error if unable to gather input from the UI. For example, this may happen when running in a non-interactive environment but without `-input=false`. Previously Terraform would interpret these errors as empty strings, which could be confusing. [GH-26509]
|
||||||
|
|
||||||
|
BREAKING CHANGES:
|
||||||
|
* backend/atlas: the `atlas` backend, which was deprecated in v0.12, has been removed. [GH-26651]
|
||||||
|
|
||||||
## Previous Releases
|
## Previous Releases
|
||||||
|
|
||||||
For information on prior major releases, see their changelogs:
|
For information on prior major releases, see their changelogs:
|
||||||
|
|
Loading…
Reference in New Issue