Skip to content

Commit

Permalink
changelog: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed May 2, 2021
1 parent a8554b3 commit 9085949
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
1.5.3 (2021-05-01)
==================
This releases fixes a bug when building regex with only the `unicode-perl`
feature. It turns out that while CI was building this configuration, it wasn't
actually failing the overall build on a failed compilation.

* [BUG #769](https://github.com/rust-lang/regex/issues/769):
Fix build in `regex-syntax` when only the `unicode-perl` feature is enabled.


1.5.2 (2021-05-01)
==================
This release fixes a performance bug when Unicode word boundaries are used.
Expand Down

0 comments on commit 9085949

Please sign in to comment.