Skip to content

Commit b65be5d

Browse files
committed
📝 Update release notes
1 parent 6c7da43 commit b65be5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Latest changes
22

3+
* Upgrade required Starlette to `0.12.9`, the new range is `>=0.12.9,<=0.12.9`.
4+
* Add `State` to FastAPI apps at `app.state`.
5+
* PR [#593](https://github.com/tiangolo/fastapi/pull/593).
36
* Improve handling of custom classes for `Request`s and `APIRoute`s.
47
* This helps to more easily solve use cases like:
58
* Reading a body before and/or after a request (equivalent to a middleware).

0 commit comments

Comments
 (0)