mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Remove redundant entry
This commit is contained in:
parent
1c77ce8478
commit
7f217274e9
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
- ``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)
|
- Admin privileges are now required to access the dashboard (#262)
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
=======
|
=======
|
||||||
|
|
||||||
- Changed the recommended gunicorn configuration to use the wsgi module as an entrypoint (#218)
|
|
||||||
- Logged admin can see any project (#262)
|
- Logged admin can see any project (#262)
|
||||||
|
|
||||||
Added
|
Added
|
||||||
|
|
Loading…
Reference in a new issue