Skip to content

Commit

Permalink
CHANGELOG: prepare for v2.19.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Oct 16, 2023
1 parent 0af4fe2 commit 925bfe8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# HCL Changelog

## v2.19.0 (October 16, 2023)

### Enhancements

* ext/dynblock: `dynblock.Expand` now supports an optional hook for calling applications to check and potentially veto (by returning error diagnostics) particular `for_each` values. The behavior is unchanged for callers that don't set the new option. ([#634](https://github.com/hashicorp/hcl/pull/634))

### Bugs Fixed

* hclsyntax: Further fixes for treatment of "marked" values in the conditional expression, and better tracking of refined values into the conditional expression results, building on the fixes from v2.18.1. ([#633](https://github.com/hashicorp/hcl/pull/633))

## v2.18.1 (October 5, 2023)

### Bugs Fixed
Expand Down

0 comments on commit 925bfe8

Please sign in to comment.