Remove redundant entry

This commit is contained in:
Jocelyn Delalande 2017-09-05 22:51:28 +02:00
parent 1c77ce8478
commit 7f217274e9

View file

@ -10,13 +10,12 @@ Breaking changes
================
- ``ADMIN_PASSWORD`` is now stored hashed. The ``ihatemoney generate_password_hash`` command can now be used to generate a proper password HASH (#236)
- Turn the WSGI file into a python module, renamed from budget/ihatemoney.wsgi to ihatemoney/wsgi.py. Please update your Apache configuration! (#218)
- Turn the WSGI file into a python module, renamed from budget/ihatemoney.wsgi to ihatemoney/wsgi.py. Please update your Apache/Gunicorn configuration! (#218)
- Admin privileges are now required to access the dashboard (#262)
Changed
=======
- Changed the recommended gunicorn configuration to use the wsgi module as an entrypoint (#218)
- Logged admin can see any project (#262)
Added