diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3afc38d5..3c1274185b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.8.4 (Unreleased) + +BUG FIXES: + +* `tofu init` will no longer return a supurious "Backend configuration changed" error when re-initializing a working directory with identical settings, backend configuration contains references to variables or local values, and when the `-backend-config` command line option is used. That combination previously caused OpenTofu to incorrectly treat the backend configuration as invalid. ([#2055](https://github.com/opentofu/opentofu/pull/2055)) + ## 1.8.3 SECURITY: