From 5e44295a82d7f9f225d40114999e7b44a76bd619 Mon Sep 17 00:00:00 2001 From: Michael Grigoryan <56165400+michaelgrigoryan25@users.noreply.github.com> Date: Tue, 2 Nov 2021 10:50:10 +0400 Subject: [PATCH] Fix typo in CHANGELOG (#442) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f1376a..8fc8bad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **fixed:** All known compile time issues are resolved, including those with `boxed` and those introduced by Rust 1.56 ([#404]) - **breaking:** The router's type is now always `Router` regardless of how many routes or - middleware are applies ([#404]) + middleware are applied ([#404]) This means router types are all always nameable: