📝 Update release notes

This commit is contained in:
Sebastián Ramírez
2020-04-20 20:46:13 +02:00
parent b88a0fc5fa
commit bdc40a17f6

View File

@@ -145,6 +145,7 @@ After using this generator, your new project (the directory created) will contai
### Latest Changes ### Latest Changes
* Add docs about reporting test coverage in HTML. PR [#161](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/161).
* Run tests with `TestClient`. PR [#160](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/160). * Run tests with `TestClient`. PR [#160](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/160).
* Refactor backend: * Refactor backend:
* Simplify configs for tools and format to better support editor integration. * Simplify configs for tools and format to better support editor integration.