From 0a747533bf50b00fbd0261731132d0e74e0b5c34 Mon Sep 17 00:00:00 2001 From: Ronny Orot Date: Wed, 13 Mar 2024 19:17:10 +0200 Subject: [PATCH] Delete item about `removed` block documentation from the changelog (#1388) Signed-off-by: Ronny Orot --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd632be1a4..10832d37b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,6 @@ ENHANCEMENTS: * Allow test run blocks to reference previous run block's module outputs ([#1129](https://github.com/opentofu/opentofu/pull/1129)) * Support the XDG Base Directory Specification ([#1200](https://github.com/opentofu/opentofu/pull/1200)) * Allow referencing the output from a test run in the local variables block of another run (tofu test). ([#1254](https://github.com/opentofu/opentofu/pull/1254)) -* Add documentation for the `removed` block. ([#1332](https://github.com/opentofu/opentofu/pull/1332)) * Allow for templatefile function recursion (up to 1024 call depth default). ([#1250](https://github.com/opentofu/opentofu/pull/1250)) * Dump state file when `tofu test` fails to clean up resources. ([#1243](https://github.com/opentofu/opentofu/pull/1243))