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.