diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index 6b473a9a6..8aa3c8639 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased -- 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. ## 0.5.2