From: Sebastián Ramírez Date: Sun, 3 Mar 2019 17:05:58 +0000 (+0400) Subject: :memo: Update release notes with UploadFile X-Git-Tag: 0.7.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b6ea0da2ee2a4d9c8660068d691b850f57a80bb;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes with UploadFile --- diff --git a/docs/release-notes.md b/docs/release-notes.md index d140ce5278..8218eb370b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,11 @@ ## Next +* Add support for `UploadFile` in `File` parameter annotations. + * This includes a file-like interface. + * Here's the updated documentation for declaring `File` parameters with `UploadFile`. + * And here's the updated documentation for using `Form` parameters mixed with `File` parameters, supporting `bytes` and `UploadFile` at the same time. + * PR #63. + ## 0.6.4 * Add technical details about `async def` handling to docs. PR #61.