Mention the generate password hash in the Changelog

This commit is contained in:
0livd 2017-06-26 23:39:31 +02:00
parent 7fefa2c02f
commit d10b427738

View file

@ -8,7 +8,7 @@ This document describes changes between each past release.
### Changed ### Changed
- **BREAKING CHANGE** Use a hashed ADMIN_PASSWORD instead of a clear text one, see [doc](https://ihatemoney.readthedocs.io/en/latest/installation.html#configuration) for migration (#236) - **BREAKING CHANGE** Use a hashed ``ADMIN_PASSWORD`` instead of a clear text one, ``./budget/manage.py generate_password_hash`` can be used to generate a proper password HASH (#236)
1.0 (2017-06-20) 1.0 (2017-06-20)