Skip to content

Commit eb794dd

Browse files
committed
docs: Update changelog for versions 1.9.0 to 1.10.1
1 parent 6191f8e commit eb794dd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,24 @@ unicode-segmentation = "1.10.1"
4343

4444
# Change Log
4545

46+
## 1.10.1
47+
* [#113](https://github.com/unicode-rs/unicode-segmentation/pull/113) Use criterion.rs for word benchmarks
48+
* [#112](https://github.com/unicode-rs/unicode-segmentation/pull/112) Improve table search speed through lookups
49+
50+
## 1.10.0
51+
* [#107](https://github.com/unicode-rs/unicode-segmentation/pull/107) Upgrade to Unicode 15.0.0
52+
* [#104](https://github.com/unicode-rs/unicode-segmentation/pull/104) Supersedes and fixes [#75](https://github.com/unicode-rs/unicode-segmentation/pull/75)
53+
54+
## 1.9.0
55+
* [#101](https://github.com/unicode-rs/unicode-segmentation/pull/101) Upgrade to Unicode 14.0.0
56+
57+
58+
## 1.7.0
59+
60+
* [#87](https://github.com/unicode-rs/unicode-segmentation/pull/87) Upgrade to Unicode 13
61+
* [#79](https://github.com/unicode-rs/unicode-segmentation/pull/79) Implement a special-case lookup for ascii grapheme categories
62+
* [#77](https://github.com/unicode-rs/unicode-segmentation/pull/77) Optimization for grapheme iteration
63+
4664
## 1.7.1
4765

4866
* Update docs on version number

0 commit comments

Comments
 (0)