Skip to content

Commit

Permalink
changelog: 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed May 6, 2021
1 parent 11543fd commit aa170b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit aa170b5

Please sign in to comment.