Skip to content

Commit b82f55a

Browse files
v2.18.0 release
1 parent edfd5c9 commit b82f55a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# HCL Changelog
22

3+
## v2.18.0 (August 30, 2023)
4+
5+
### Enhancements
6+
7+
* HCL now uses the tables from Unicode 15 when performing string normalization and character segmentation. HCL was previously using the Unicode 13 tables.
8+
9+
For calling applications where consistent Unicode support is important, consider also upgrading to Go 1.21 at the same time as adopting HCL v2.18.0 so that the standard library unicode tables (used for case folding, etc) will also be from Unicode 15.
10+
311
## v2.17.1 (August 30, 2023)
412

513
### Enhancements

0 commit comments

Comments
 (0)