]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 18 Jun 2019 11:54:36 +0000 (13:54 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 18 Jun 2019 11:54:36 +0000 (13:54 +0200)
docs/release-notes.md

index 18ef925995813cf550ceadab0aadbe4df931cd76..f04b40e6fa358976be9cb00e4da0b51e22d87e29 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+* Remove/clean unused RegEx code in routing. PR [#314](https://github.com/tiangolo/fastapi/pull/314) by [@dmontagu](https://github.com/dmontagu).
+
 * Use default response status code descriptions for additional responses. PR [#313](https://github.com/tiangolo/fastapi/pull/313) by [@duxiaoyao](https://github.com/duxiaoyao).
 
 * Upgrade Pydantic support to `0.28`. PR [#320](https://github.com/tiangolo/fastapi/pull/320) by [@jekirl](https://github.com/jekirl).