Mention Issue/PR numbers in ChangeLog

This commit is contained in:
Jocelyn Delalande 2017-09-05 22:31:20 +02:00
parent 7c50674746
commit 4cc0916b0a

View file

@ -10,24 +10,24 @@ Breaking changes
================ ================
- ``ADMIN_PASSWORD`` is now hashed rather than plain text. The ``ihatemoney generate_password_hash`` command can now be used to generate a proper password HASH (#236) - ``ADMIN_PASSWORD`` is now hashed rather than plain text. 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! - Turn the WSGI file into a python module, renamed from budget/ihatemoney.wsgi to ihatemoney/wsgi.py. Please update your Apache configuration! (#218)
- Admin privileges are now required to access the dashboard - 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 - Changed the recommended gunicorn configuration to use the wsgi module as an entrypoint (#218)
Added Added
===== =====
- Add a statistics tab (#257) - Add a statistics tab (#257)
- Add python3.6 support (#259) - Add python3.6 support (#259)
- Public project creation can now be deactivated using the ALLOW_PUBLIC_PROJECT_CREATION setting. - Public project creation can now be deactivated using the ALLOW_PUBLIC_PROJECT_CREATION setting (#262)
- If admin credentials are defined, they can be used to access any project. - If admin credentials are defined, they can be used to access any project (#262)
- It is now possible to edit and delete projects directly from the dashboard. - It is now possible to edit and delete projects directly from the dashboard (#262)
- The dashboard can now be deactivated using the ACTIVATE_ADMIN_DASHBOARD setting. - The dashboard can now be deactivated using the ACTIVATE_ADMIN_DASHBOARD setting (#262)
- When activated, a link to the dashboard appears in the navigation bar. - When activated, a link to the dashboard appears in the navigation bar (#262)
Removed Removed
======= =======