Skip to content

Commit 789c922

Browse files
committed
Add note about change in Gears router into changelog
1 parent 16cee68 commit 789c922

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Revision history for Thunderhorse
1212
- Thunderhorse dependencies no longer ensure pagi-server will be installed (via PAGI distribution split)
1313
- pagi-server is now a part of a separate PAGI::Server module, which is not a direct dependency for Thunderhorse
1414

15+
[Fixes]
16+
- Router behavior was improved (via Gears 0.104 change)
17+
- previously, declaring bridges as empty routes was hard, and required an empty route ('' instead of '/')
18+
- Gears::Router added pattern_separator, which is set to '/' by default, and affects how paths are joined
19+
- this makes sure bridges will not cause repeated '/' in routes if they are declared as '/'
20+
1521
0.105 - 2026-05-25
1622
[Changes]
1723
- Context's stash is now created lazily

0 commit comments

Comments
 (0)