]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 5 Oct 2019 18:19:10 +0000 (13:19 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 5 Oct 2019 18:19:10 +0000 (13:19 -0500)
docs/release-notes.md

index 5ed3149646d730f78449dc4c006ffa35af82e379..678a4a47eaabb477a319aafebd1a243785a7a0a5 100644 (file)
@@ -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).