From: Sebastián Ramírez Date: Sat, 20 Apr 2019 16:31:44 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.17.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=766bf1c5aa1d25f7b762d4ef24f94f84d6e2cf9c;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index fe58ebd147..d68cf48cf0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next release +* By default, encode by alias. This allows using Pydantic `alias` parameters working by default. PR #168. + ## 0.16.0 * Upgrade *path operation* `doctsring` parsing to support proper Markdown descriptions. New documentation at Path Operation Configuration. PR #163.