File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,18 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
1111
1212### Changes
1313
14- - Optimize named ` *_rfc6570 ` helpers by removing unnecessary indirection
15- - Optimize ` #rfc6570_routes ` and ` #rfc6570_route ` helpers
16-
1714### Fixes
1815
19- - Fix up ` RouteSet#to_rfc6570 ` and ` NamedRouteCollection#to_rfc6570 `
20- - Fix up ` *_path_rfc6570 ` to include Rails Engines mount point.
21-
2216### Breaks
2317
18+ ## 3.5.0 - (2025-09-26)
19+
20+ ---
21+
22+ ### New
23+
24+ - Support ` *_path_rfc6570 ` to include Rails Engines mount point.
25+
2426## 3.4.0 - (2025-01-31)
2527
2628---
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module Rails
44 module RFC6570
55 module VERSION
66 MAJOR = 3
7- MINOR = 4
7+ MINOR = 5
88 PATCH = 0
99 STAGE = nil
1010
You can’t perform that action at this time.
0 commit comments