From: Sebastián Ramírez Date: Fri, 29 Mar 2019 14:43:40 +0000 (+0400) Subject: :memo: Udpate release notes X-Git-Tag: 0.10.3~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d4f59f35a13bb576ffbf7611d6d21d679041b89;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Udpate release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 826db1bb39..446eeff9ef 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next release +* Fix event docs (startup/shutdown) function name. PR #105 by @stratosgear. + ## 0.10.2 * Fix OpenAPI (JSON Schema) for declarations of Python `Union` (JSON Schema `additionalProperties`). PR #121.