]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 31 Aug 2019 01:37:39 +0000 (20:37 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 31 Aug 2019 01:37:39 +0000 (20:37 -0500)
docs/release-notes.md

index eb90d2e561591b214ec8356da36212fa774e3bc4..84df94b0730a8b5477c350cb564fe8627bb0152a 100644 (file)
@@ -1,5 +1,6 @@
 ## Latest changes
 
+* Add recent articles to [External Links](https://fastapi.tiangolo.com/external-links/) and recent opinions. PR [#490](https://github.com/tiangolo/fastapi/pull/490).
 * Upgrade support range for Starlette to include `0.12.8`. The new range is `>=0.11.1,<=0.12.8"`. PR [#477](https://github.com/tiangolo/fastapi/pull/477) by [@dmontagu](https://github.com/dmontagu).
 * Upgrade support to Pydantic version 0.32.2 and update internal code to use it (breaking change). PR [#463](https://github.com/tiangolo/fastapi/pull/463) by [@dmontagu](https://github.com/dmontagu).