Skip to content

Commit 049d063

Browse files
committed
changelog: 1.10.1
1 parent 8a8d599 commit 049d063

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
1.10.1 (2023-10-14)
2+
===================
3+
This is a new patch release with a minor increase in the number of valid
4+
patterns and a broadening of some literal optimizations.
5+
6+
New features:
7+
8+
* [FEATURE 04f5d7be](https://github.com/rust-lang/regex/commit/04f5d7be4efc542864cc400f5d43fbea4eb9bab6):
9+
Loosen ASCII-compatible rules such that regexes like `(?-u:☃)` are now allowed.
10+
11+
Performance improvements:
12+
13+
* [PERF 8a8d599f](https://github.com/rust-lang/regex/commit/8a8d599f9d2f2d78e9ad84e4084788c2d563afa5):
14+
Broader the reverse suffix optimization to apply in more cases.
15+
16+
117
1.10.0 (2023-10-09)
218
===================
319
This is a new minor release of `regex` that adds support for start and end

0 commit comments

Comments
 (0)