Releases: golang/text
Releases · golang/text
Upgrade to CLDR 32
Support for multiple Unicode versions. Includes Unicode 10.
As of this release, x/text/ will select the Unicode version for the relevant tables based on the Unicode version of the Go compiler used. Currently Unicode 9 and 10 are supported, which means that x/text will automatically select the right version as of Go 1.7. Keeping tables in sync prevents unexpected behavior and eliminates certain security concerns.
First tagged release
Unicode 9.0.0
CLDR 31
Tagging this as a release as upgrade to Unicode 10 is imminent.