summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Simko <radeksimko@users.noreply.github.com>2024-03-26 14:54:38 +0000
committerGitHub <noreply@github.com>2024-03-26 14:54:38 +0000
commit303be6113391cd39e05f26423d724e9bc4fb07f5 (patch)
tree0734a257b3e18c912e88143b6663ba211900f92e
parent2a0a3f049ccff74b1d45315d5ba3fa09713e6929 (diff)
Update CHANGELOG for 2.20.1
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1597a28..2eebedb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# HCL Changelog
+## v2.20.1 (March 26, 2024)
+
+### Bugs Fixed
+
+* Return `ExprSyntaxError` when an invalid namespaced function is encountered during parsing ([#668](https://github.com/hashicorp/hcl/pull/668))
+
+### Internal
+
+* Standardize on only two value dumping/diffing libraries ([#669](https://github.com/hashicorp/hcl/pull/669))
+
## v2.20.0 (February 29, 2024)
### Enhancements