Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Dec 19, 2023
1 parent cdcd736 commit e8cd09d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ The **third number** is for emergencies when we need to start branches for older
([#57](https://github.com/Tinche/uapi/pull/57))
- Introduce [Response Shorthands](https://uapi.threeofwands.com/en/latest/response_shorthands.html), port the `str`, `bytes`, `None` and _attrs_ response types to them.
([#57](https://github.com/Tinche/uapi/pull/57))
- Unions containing shorthands and _uapi_ response classes (and any combination of these) are now better supported.
([#57](https://github.com/Tinche/uapi/pull/57))
- [`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.
([#53](https://github.com/Tinche/uapi/pull/53))
- Simple forms are now supported using `uapi.ReqForm[T]`. [Learn more](handlers.md#forms).
Expand Down

0 comments on commit e8cd09d

Please sign in to comment.