Skip to content

v2.18.0

Compare
Choose a tag to compare
@apparentlymart apparentlymart released this 30 Aug 16:52
· 69 commits to main since this release

Enhancements

  • HCL now uses the tables from Unicode 15 when performing string normalization and character segmentation. HCL was previously using the Unicode 13 tables.

    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.