From 90dcf34b0d503c54105280c1d4a71748aed227ae Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 7 Apr 2020 10:40:28 -0700 Subject: [PATCH] v1.4.0 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 471e29b9..bb8c73de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.4.0 (Unreleased) +# 1.4.0 (April 7, 2020) * `function/stdlib`: The string functions that partition strings into individual characters (grapheme clusters) now use the appropriate segmentation rules from Unicode 12.0.0, while previous versions used Unicode 9.0.0. * `function/stdlib`: New functions `Replace` and `RegexReplace` for matching and replacing sequences of characters in a given string with another given string. ([#45](https://github.com/zclconf/go-cty/pull/45))