From 908594905a49369b8a94d1e51a722c288355e8ee Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 1 May 2021 20:30:27 -0400 Subject: [PATCH] changelog: 1.5.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 681da6b4b..fbeb97bec 100644 --- a/CHANGELOG.md +++ b/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.