From: Sebastián Ramírez Date: Sat, 30 Mar 2019 17:32:24 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.10.3~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c572fdb3abe18fc9959b28cba789c970bb098e5;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 46ce8a444e..70966d2397 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next release +* Make Travis run Ubuntu Xenial (newer version) and Python 3.7 instead of Python 3.7-dev. PR #92 by @blueyed. + * Fix duplicated param variable creation. PR #123 by @yihuang. * Add docs about Extending OpenAPI. PR #126.