From 7e212cd02f12d3d032cac299162ff1952ca9c37c Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 4 Nov 2020 17:07:53 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ded1cb2a96..3261e9a041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ UPGRADE NOTES: -* backend/atlas: the `atlas` backend, which was deprecated in v0.12, has been removed. [GH-26651] -* cli: Interrupting execution will now cause terraform to exit with a non-0 status [GH-26738] +* config: The `list` and `map` functions, both of which were deprecated since Terraform v0.12, are now removed. You can replace uses of these functions with `tolist([...])` and `tomap({...})` respectively. [GH-26818] +* cli: Interrupting execution will now cause terraform to exit with a non-0 status. [GH-26738] +* backend/atlas: the `atlas` backend, which was deprecated since v0.12, has been removed. [GH-26651] ENHANCEMENTS: