]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 24 Nov 2019 14:12:56 +0000 (15:12 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 24 Nov 2019 14:12:56 +0000 (15:12 +0100)
docs/release-notes.md

index 932fdfba75b5bd17601f7221b2b90d674adbf704..0c93fdf9bfe1f7c21984b3964f566b09c14945b9 100644 (file)
@@ -1,5 +1,6 @@
 ## Latest changes
 
+* Update docs to reduce gender bias. PR [#645](https://github.com/tiangolo/fastapi/pull/645) by [@ticosax](https://github.com/ticosax).
 * Add docs about [overriding the `operationId` for all the *path operations*](https://fastapi.tiangolo.com/tutorial/path-operation-advanced-configuration/#using-the-path-operation-function-name-as-the-operationid) based on their function name. PR [#642](https://github.com/tiangolo/fastapi/pull/642) by [@SKalt](https://github.com/SKalt).
 * Fix validators in models generating an incorrect key order. PR [#637](https://github.com/tiangolo/fastapi/pull/637) by [@jaddison](https://github.com/jaddison).
 * Generate correct OpenAPI docs for responses with no content. PR [#621](https://github.com/tiangolo/fastapi/pull/621) by [@brotskydotcom](https://github.com/brotskydotcom).