doc/changelog: v1.0.0 + v1.0.1 changelog

This commit is contained in:
mappu 2020-05-24 17:54:29 +12:00
parent 8bf41bc242
commit 66362fc856
1 changed files with 9 additions and 0 deletions

View File

@ -28,3 +28,12 @@ By default, Dokku will proxy HTTP on port 5000.
dokku apps:create teafolio
dokku storage:mount teafolio /srv/teafolio-dokku/config.toml:/app/config.toml
```
## CHANGELOG
2020-05-24 v1.0.1
- Remove image dependency from static files
- Fix a cosmetic issue with `h2`/`h3` margins
2020-05-05 v1.0.0
- Initial release