Skip to content

Commit 3623012

Browse files
committed
Drop Breaking Change note from changelog
The deprecated `Router` shim was fixed to preserve backward compatibility, so the *Breaking change* entry is removed from the changelog. #758 (comment) #758 (comment) #758 (comment) #758 (comment) Assisted-by: Claude Code:claude-opus-4-7
1 parent b93fb31 commit 3623012

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

CHANGES.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,6 @@ To be released.
8181
matching. The deprecated `Router` export from *@fedify/fedify* remains
8282
available for compatibility. [[#418], [#758] by ChanHaeng Lee]
8383

84-
- *Breaking change*: Tightened the deprecated `Router` shim from
85-
*@fedify/fedify/federation*: `route()` now throws `RouterError` for
86-
inputs that are not router paths (previously such inputs returned `null`
87-
on non-match), and `trailingSlashInsensitive` is no longer mutable
88-
post-construction (assignments after construction create an inert own
89-
property; the flag must be passed to the constructor). Callers should
90-
validate inputs and pass options at construction, or migrate to `Router`
91-
from *@fedify/uri-template*. [[#418], [#758] by ChanHaeng Lee]
92-
9384
[#316]: https://github.com/fedify-dev/fedify/issues/316
9485
[#418]: https://github.com/fedify-dev/fedify/issues/418
9586
[#619]: https://github.com/fedify-dev/fedify/issues/619

0 commit comments

Comments
 (0)