]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update Release Notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 24 Mar 2019 08:46:13 +0000 (12:46 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 24 Mar 2019 08:46:13 +0000 (12:46 +0400)
docs/release-notes.md

index ce4554c53cf2ee2130b7df5ed094cbbc5a9141c8..774e5d16d81bbfc43f14785a91b7eafca1669aa2 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+* New docs section about <a href="https://fastapi.tiangolo.com/tutorial/events/" target="_blank">Events: startup - shutdown</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/99" target="_blank">#99</a>.
+
 ## 0.9.1
 
 * Document receiving <a href="https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#query-parameter-list-multiple-values" target="_blank">Multiple values with the same query parameter</a> and <a href="https://fastapi.tiangolo.com/tutorial/header-params/#duplicate-headers" target="_blank">Duplicate headers</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/95" target="_blank">#95</a>.