]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 29 Sep 2019 21:24:52 +0000 (16:24 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 29 Sep 2019 21:24:52 +0000 (16:24 -0500)
docs/release-notes.md

index da7fc05705982458d4004261411e183af1049299..d85642e19b96e74ffc483d2ba2b33932330f8003 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+* Add support for type annotations using strings and `from __future__ import annotations`. PR [#451](https://github.com/tiangolo/fastapi/pull/451) by [@dmontagu](https://github.com/dmontagu).
+
 ## 0.38.1
 
 * Fix incorrect `Request` class import. PR [#493](https://github.com/tiangolo/fastapi/pull/493) by [@kamalgill](https://github.com/kamalgill).