Skip to content

Commit 7a33b09

Browse files
author
Phil Varner
committed
update changelog
1 parent 66e18ea commit 7a33b09

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

stapi-fastapi/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1212
that will be returned from pagination. When this returns `Some(int)`, the value is used for the `numberMatched` field in
1313
FeatureCollection returned from the /orders endpoint. If this feature is not desired, providing a function that returns
1414
`Nothing` will exclude the `numberMatched` field in the response.
15+
- ProductRouter and RootRouter now have a method `url_for` that makes the link generation code slightly cleaner and
16+
allows for overridding in child classes, to support proxy rewrite of the links.
1517

1618
### Removed
1719

stapi-pydantic/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1212

1313
- pydantic >= 2.12 is now required.
1414

15-
### Added
16-
17-
- ProductRouter and RootRouter now have a method `url_for` that makes the link generation code slightly cleaner and
18-
allows for overridding in child classes, to support proxy rewrite of the links.
19-
2015
## [0.0.4] - 2025-07-17
2116

2217
### Added

0 commit comments

Comments
 (0)