]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 30 Mar 2019 17:32:24 +0000 (21:32 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 30 Mar 2019 17:32:24 +0000 (21:32 +0400)
docs/release-notes.md

index 46ce8a444e76c4351f6dc2500a9f741ee4a126c3..70966d239785f1c51d73f51aaea18238be1caa7d 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+* Make Travis run Ubuntu Xenial (newer version) and Python 3.7 instead of Python 3.7-dev. PR <a href="https://github.com/tiangolo/fastapi/pull/92" target="_blank">#92</a> by <a href="https://github.com/blueyed" target="_blank">@blueyed</a>.
+
 * Fix duplicated param variable creation. PR <a href="https://github.com/tiangolo/fastapi/pull/123" target="_blank">#123</a> by <a href="https://github.com/yihuang" target="_blank">@yihuang</a>.
 
 * Add docs about <a href="https://fastapi.tiangolo.com/tutorial/extending-openapi/" target="_blank">Extending OpenAPI</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/126" target="_blank">#126</a>.