📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2020-01-02 12:59:13 +01:00
parent 1dacbcdfc7
commit 2af53e676a

View file

@ -1,5 +1,7 @@
## Latest changes
* Refactor docs to make each individual page/section "bite-sized" / small. Add docs for [CLI option names](https://typer.tiangolo.com/tutorial/options/name/). Update `typer.Argument()` to remove invalid positional `param_decls`. PR [#19](https://github.com/tiangolo/typer/pull/19).
## 0.0.7
* Add docs for [*CLI parameter* types](https://typer.tiangolo.com/tutorial/parameter-types/). Includes tests and file classes refactor. PR [#17](https://github.com/tiangolo/typer/pull/17).