From d65845181d3c9ce5fd87e81c85f4ecd011dcc0ed Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 1 Nov 2020 11:29:46 -0500 Subject: [PATCH] changelog: 1.4.2 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82aa089bba..9dfe4977bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +1.4.2 (2020-11-01) +================== +This is a small bug fix release that bans `\P{any}`. We previously banned empty +classes like `[^\w\W]`, but missed the `\P{any}` case. In the future, we hope +to permit empty classes. + +* [BUG #722](https://github.com/rust-lang/regex/issues/722): + Ban `\P{any}` to avoid a panic in the regex compiler. Found by OSS-Fuzz. + + 1.4.1 (2020-10-13) ================== This is a small bug fix release that makes `\p{cf}` work. Previously, it would