Skip to content

Commit d3b6061

Browse files
BurntSushiEthan Pailes
authored and
Ethan Pailes
committed
changelog 1.0.1
1 parent 331a813 commit d3b6061

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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+
123
1.0.0 (2018-05-01)
224
==================
325
This release marks the 1.0 release of regex.

0 commit comments

Comments
 (0)