diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index aacaacc3a..8fa7ae27d 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -4,7 +4,7 @@ ### Changed -- Add `unicode` feature to switch between `regex` and `regex-lite` as a trade-off between full unicode support and binary size. +- Add `unicode` crate feature (on-by-default) to switch between `regex` and `regex-lite` as a trade-off between full unicode support and binary size. - Minimum supported Rust version (MSRV) is now 1.72. ## 4.5.1