]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 5 Apr 2020 11:57:45 +0000 (13:57 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 5 Apr 2020 11:57:45 +0000 (13:57 +0200)
docs/en/docs/release-notes.md

index d3c9cac1650137c11fb36d3c58aa9dd1125c151f..7b8c5a8229bdce2cce58b20cf35092e51f662d06 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Add example about [Testing a Database](https://fastapi.tiangolo.com/advanced/testing-database/). Initial PR [#1144](https://github.com/tiangolo/fastapi/pull/1144) by [@duganchen](https://github.com/duganchen).
 * Update docs for [Development - Contributing: Translations](https://fastapi.tiangolo.com/contributing/#translations) including note about reviewing translation PRs. [#1215](https://github.com/tiangolo/fastapi/pull/1215).
 * Update log style in README.md for GitHub Markdown compatibility. PR [#1200](https://github.com/tiangolo/fastapi/pull/1200) by [#geekgao](https://github.com/geekgao).
 * Add Python venv `env` to `.gitignore`. PR [#1212](https://github.com/tiangolo/fastapi/pull/1212) by [@cassiobotaro](https://github.com/cassiobotaro).