Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Dec 10, 2023
1 parent cf55112 commit 6cbea94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ The **third number** is for emergencies when we need to start branches for older
### Changed

- [`datetime.datetime`](https://docs.python.org/3/library/datetime.html#datetime-objects) and [`datetime.date`](https://docs.python.org/3/library/datetime.html#date-objects) are now supported in the OpenAPI schema, both in models and handler parameters.
- Simple forms are now supported using {class}`uapi.ReqForm`. [Learn more](handlers.md#forms).
([#53](https://github.com/Tinche/uapi/pull/53))
- Simple forms are now supported using `uapi.ReqForm[T]`. [Learn more](handlers.md#forms).
([#54](https://github.com/Tinche/uapi/pull/54))
- _uapi_ now sorts imports using Ruff.

## [v23.1.0](https://github.com/tinche/uapi/compare/v22.1.0...v23.1.0) - 2023-11-12
Expand Down

0 comments on commit 6cbea94

Please sign in to comment.