update readme

This commit is contained in:
Alexander Schäferdiek 2016-07-11 17:02:27 +02:00
parent 7f602781d3
commit 59f1d8e987

View file

@ -75,11 +75,14 @@ as dependencies.
This app uses Symfony Translator. It's bootstraped in `Util\TranslationHelper` and locales are placed under `data/locale/`. Adjust to your needs or help translating.
## Changelog ##
- 0.1.2:
- 0.1.3:
- add authentication after sign up
- only logged in users can delete their account (with the help of the token)
- only logged in users can change their account password
- 0.1.2:
- Bugfixes
- 0.1.1:
- updated readme and `env.example`
- fix some language validator inconsistencies