diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d90cd508..a7430779 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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