From 7f217274e9d1fefd4fd3be2b3b0430c7c1fc5b38 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Tue, 5 Sep 2017 22:51:28 +0200 Subject: [PATCH] Remove redundant entry --- CHANGELOG.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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