changelog: 1.5.4

This commit is contained in:
Andrew Gallant 2021-05-06 17:34:04 -04:00
parent 11543fd949
commit aa170b54db
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -1,3 +1,13 @@
1.5.4 (2021-05-06)
==================
This release fixes another compilation failure when building regex. This time,
the fix is for when the `pattern` feature is enabled, which only works on
nightly Rust. CI has been updated to test this case.
* [BUG #772](https://github.com/rust-lang/regex/pull/772):
Fix build when `pattern` feature is enabled.
1.5.3 (2021-05-01)
==================
This releases fixes a bug when building regex with only the `unicode-perl`