You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ Rack compatible HTTP router for Ruby
4
4
5
5
## v2.2.0 - 2024-11-05
6
6
7
+
### Changed
8
+
9
+
-[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)
10
+
7
11
### Fixed
8
12
9
13
-[Damian C. Rossney, Kyle Plump] Support paths with different variable names in same path location (#273)
0 commit comments