From 2b73a2c0807d71c5968bb95c8b68f05bf36cbb49 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Mon, 26 Oct 2020 14:06:57 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ecd3e65..0d12b1a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] +BREAKING CHANGES: +* backend/atlas: the `atlas` backend, which was deprecated in v0.12, has been removed. [GH-26651] + ## Previous Releases For information on prior major releases, see their changelogs: