From: Sebastián Ramírez Date: Fri, 29 Mar 2019 11:16:56 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.10.2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b390e32372ead52b72f85b0189a1e29c5953fa1b;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index a14c8aaebc..f3059d72b7 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next release +* Fix OpenAPI (JSON Schema) for declarations of Python `Union` (JSON Schema `additionalProperties`). PR #121. + * Update Background Tasks with a note on Celery. * Document response models using unions and lists, updated at: Extra Models. PR #108.