Skip to content

Commit e70082a

Browse files
committed
changelog: prepare for 1.3 release
1 parent 3a44d3d commit e70082a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
UNRELEASED
2-
==========
1+
1.3.0 (2019-09-02)
2+
==================
3+
This release adds a plethora of new crate features that permit users of regex
4+
to shrink its size considerably, in exchange for giving up either functionality
5+
(such as Unicode support) or runtime performance. When all such features are
6+
disabled, the dependency tree for `regex` shrinks to exactly 1 crate
7+
(`regex-syntax`). More information about the new crate features can be
8+
[found in the docs](https://docs.rs/regex/*/#crate-features).
9+
10+
Note that while this is a new minor version release, the minimum supported
11+
Rust version for this crate remains at `1.28.0`.
312

413
New features:
514

615
* [FEATURE #474](https://github.com/rust-lang/regex/issues/474):
716
The `use_std` feature has been deprecated in favor of the `std` feature.
817
The `use_std` feature will be removed in regex 2. Until then, `use_std` will
918
remain as an alias for the `std` feature.
19+
* [FEATURE #583](https://github.com/rust-lang/regex/issues/583):
20+
Add a substantial number of crate features shrinking `regex`.
1021

1122

1223
1.2.1 (2019-08-03)

0 commit comments

Comments
 (0)