From 6b6ea0da2ee2a4d9c8660068d691b850f57a80bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 3 Mar 2019 21:05:58 +0400 Subject: [PATCH] :memo: Update release notes with UploadFile --- docs/release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index d140ce527..8218eb370 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.