📝 Update release notes

This commit is contained in:
Sebastián Ramírez
2019-05-29 09:27:04 +04:00
parent 546dc8bdcb
commit de7140f1e7

View File

@@ -148,6 +148,8 @@ After using this generator, your new project (the directory created) will contai
### Next release
* Security fix `password` input as body, not query. PR [#33](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/33) by [@dmontagu](https://github.com/dmontagu).
* Fix SQLAlchemy class lookup on initialization. PR [#29](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/29) by [@ebreton](https://github.com/ebreton).
* Fix SQLAlchemy operation errors on database restart. PR [#32](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/32) by [@ebreton](https://github.com/ebreton).