diff --git a/README.md b/README.md index 5543e4f..d1133c9 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,11 @@ unicode-segmentation = "1.1.0" # Change Log +## 1.2.0 + +* New `GraphemeCursor` API allows random access and bidirectional iteration. +* Fixed incorrect splitting of certain emoji modifier sequences. + ## 1.1.0 * Add `as_str` methods to the iterator types.