File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ 1.0.1 (2018-06-19)
2
+ ==================
3
+ This release upgrades regex's Unicode tables to Unicode 11, and enables SIMD
4
+ optimizations automatically on Rust stable (1.27 or newer).
5
+
6
+ New features:
7
+
8
+ * [ FEATURE #486 ] ( https://github.com/rust-lang/regex/pull/486 ) :
9
+ Implement ` size_hint ` on ` RegexSet ` match iterators.
10
+ * [ FEATURE #488 ] ( https://github.com/rust-lang/regex/pull/488 ) :
11
+ Update Unicode tables for Unicode 11.
12
+ * [ FEATURE #490 ] ( https://github.com/rust-lang/regex/pull/490 ) :
13
+ SIMD optimizations are now enabled automatically in Rust stable, for versions
14
+ 1.27 and up. No compilation flags or features need to be set. CPU support
15
+ SIMD is detected automatically at runtime.
16
+
17
+ Bug fixes:
18
+
19
+ * [ BUG #482 ] ( https://github.com/rust-lang/regex/pull/482 ) :
20
+ Present a better compilation error when the ` use_std ` feature isn't used.
21
+
22
+
1
23
1.0.0 (2018-05-01)
2
24
==================
3
25
This release marks the 1.0 release of regex.
You can’t perform that action at this time.
0 commit comments