From bee2dc2e75f7528ad85777b7a013c13796426bd6 Mon Sep 17 00:00:00 2001 From: Liam Cervante Date: Tue, 19 Nov 2024 13:20:20 +0100 Subject: [PATCH] Update changelog to reflect latest release and pending release (#712) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ff2631..18a052e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # HCL Changelog +## v2.24.0 (Unreleased) + +### Enhancements + +* Add support for decoding block and attribute source ranges when using `gohcl`. ([#703](https://github.com/hashicorp/hcl/pull/703)) + +## v2.23.0 (November 15, 2024) + +### Bugs Fixed + +* Preserve marks when traversing through unknown values. ([#699](https://github.com/hashicorp/hcl/pull/699)) +* Retain marks through conditional and for expressions. ([#710](https://github.com/hashicorp/hcl/pull/710)) + ## v2.22.0 (August 26, 2024) ### Enhancements