From 2b925001d81c8c3613ae3c79eaed4e1e6055dfa4 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Fri, 1 Mar 2024 22:42:23 +0800 Subject: [PATCH] Update CHANGES.md --- actix-web/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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