]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 27 Mar 2020 16:29:11 +0000 (17:29 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 27 Mar 2020 16:29:11 +0000 (17:29 +0100)
docs/en/docs/release-notes.md

index 6330457a01d23e9455afd0422d8e744d3bc80604..e7033585b7102195e00617872ca2cdc2780ad5cc 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Fix included example for `GZipMiddleware`. PR [#1138](https://github.com/tiangolo/fastapi/pull/1138) by [@arimbr](https://github.com/arimbr).
 * Fix class name in docstring for `OAuth2PasswordRequestFormStrict`. PR [#1126](https://github.com/tiangolo/fastapi/pull/1126) by [@adg-mh](https://github.com/adg-mh).
 * Clarify function name in example in docs. PR [#1121](https://github.com/tiangolo/fastapi/pull/1121) by [@tmsick](https://github.com/tmsick).
 * Add external link [Apache Kafka producer and consumer with FastAPI and aiokafka](https://iwpnd.pw/articles/2020-03/apache-kafka-fastapi-geostream) to docs. PR [#1112](https://github.com/tiangolo/fastapi/pull/1112) by [@iwpnd](https://github.com/iwpnd).