]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 30 Mar 2020 18:49:24 +0000 (20:49 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 30 Mar 2020 18:49:24 +0000 (20:49 +0200)
docs/en/docs/release-notes.md

index 02acbf71c6361c5b19101abaf3de5eb86d9e07d6..03bccb36e809fcf7aa4a2df7dd01a425571438cf 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Fix dependency overrides in WebSocket testing. PR [#1122](https://github.com/tiangolo/fastapi/pull/1122) by [@amitlissack](https://github.com/amitlissack).
 * Fix docs script to ensure languages are always sorted. PR [#1189](https://github.com/tiangolo/fastapi/pull/1189).
 * Start translations for Chinese. PR [#1187](https://github.com/tiangolo/fastapi/pull/1187) by [@RunningIkkyu](https://github.com/RunningIkkyu).
 * Add docs for [Schema Extra - Example](https://fastapi.tiangolo.com/tutorial/schema-extra-example/). PR [#1185](https://github.com/tiangolo/fastapi/pull/1185).