diff --git a/docs/release-notes.md b/docs/release-notes.md index aa07e3c6b..2bb69aeb8 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,8 +1,16 @@ ## Next release +* Rename *path operation decorator* parameter `content_type` to `response_class`. PR #183. + +* Add docs: + * How to use the `jsonable_encoder` in JSON compatible encoder. + * How to Return a Response directly. + * Update how to use a Custom Response Class. + * PR #184. + ## 0.18.0 -* Add docs for HTTP Basic Auth. PR #177. +* Add docs for HTTP Basic Auth. PR #177. * Upgrade HTTP Basic Auth handling with automatic headers (automatic browser login prompt). PR #175.