]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update relase notes
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 15 May 2019 18:14:25 +0000 (22:14 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 15 May 2019 18:14:25 +0000 (22:14 +0400)
docs/release-notes.md

index 257c945577722d39ed525563f8c7f63ffd1b6dde..e22ecc54ac7cbc2ac80e666efdd87cc8cc21328b 100644 (file)
@@ -2,6 +2,8 @@
 
 * Make default parameter utilities exported from `fastapi` be functions instead of classes (the new functions return instances of those classes). To be able to override the return types and fix `mypy` errors in FastAPI's users' code. Applies to `Path`, `Query`, `Header`, `Cookie`, `Body`, `Form`, `File`, `Depends`, and `Security`. PR [#226](https://github.com/tiangolo/fastapi/pull/226).
 
+* Separate development scripts `test.sh`, `lint.sh`, and `format.sh`. PR [#232](https://github.com/tiangolo/fastapi/pull/232).
+
 * Re-enable `black` formatting checks for Python 3.7. PR [#229](https://github.com/tiangolo/fastapi/pull/229) by [@zamiramir](https://github.com/zamiramir).
 
 ## 0.21.0