Skip to content

Commit

Permalink
v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Apr 7, 2020
1 parent 1cb2722 commit 90dcf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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))
Expand Down

0 comments on commit 90dcf34

Please sign in to comment.