From b65be5d496aebc56b73bd8bb545af2ae84d72d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 5 Oct 2019 13:19:10 -0500 Subject: [PATCH] :memo: Update release notes --- docs/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 5ed314964..678a4a47e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,8 @@ ## Latest changes +* Upgrade required Starlette to `0.12.9`, the new range is `>=0.12.9,<=0.12.9`. + * Add `State` to FastAPI apps at `app.state`. + * PR [#593](https://github.com/tiangolo/fastapi/pull/593). * Improve handling of custom classes for `Request`s and `APIRoute`s. * This helps to more easily solve use cases like: * Reading a body before and/or after a request (equivalent to a middleware).