CHANGELOG.md in hanami-router-2.2.0.rc1 vs CHANGELOG.md in hanami-router-2.2.0

- old
+ new

@@ -1,8 +1,18 @@ # Hanami::Router Rack compatible HTTP router for Ruby +## v2.2.0 - 2024-11-05 + +### Changed + +- [Damian C. Rossney, Kyle Plump] Scopes with a dynamic segment (e.g. `scope ":locale" do`) and containing a `root` route will no longer match the root route for requests with a trailing slash. This makes the behavior consistent with scopes using static strings. (#273) + +### Fixed + +- [Damian C. Rossney, Kyle Plump] Support paths with different variable names in same path location (#273) + ## v2.2.0.rc1 - 2024-10-29 ## v2.2.0.beta2 - 2024-09-25 ## v2.2.0.beta1 - 2024-07-16