diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 43a60f6b..7c1d3bf9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) -- Turn the WSGI file into a python module, renamed from budget/ihatemoney.wsgi to ihatemoney/wsgi.py. Please update your Apache configuration! -- Admin privileges are now required to access the dashboard +- 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 (#262) 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 ===== - Add a statistics tab (#257) - Add python3.6 support (#259) -- Public project creation can now be deactivated using the ALLOW_PUBLIC_PROJECT_CREATION setting. -- If admin credentials are defined, they can be used to access any project. -- It is now possible to edit and delete projects directly from the dashboard. -- The dashboard can now be deactivated using the ACTIVATE_ADMIN_DASHBOARD setting. -- When activated, a link to the dashboard appears in the navigation bar. +- 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 (#262) +- 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 (#262) +- When activated, a link to the dashboard appears in the navigation bar (#262) Removed =======