From 790ec1a763514f8282bc1f175abfb34da5127fc7 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 19 Feb 2024 17:19:01 +0000 Subject: [PATCH] Update CHANGES.md --- actix-router/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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