From 3f8b9663dcfc7fada08759cbe7beb9a14bb760c7 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Tue, 5 Sep 2017 22:45:55 +0200 Subject: [PATCH] Rephrase changelog entries to be more succint And clearer, IMHO. --- CHANGELOG.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7c1d3bf9..4947ac6b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,7 +9,7 @@ This document describes changes between each past release. 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 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) - Admin privileges are now required to access the dashboard (#262) @@ -21,13 +21,13 @@ Changed 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 (#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) +- Statistics tab (#257) +- Python3.6 support (#259) +- ALLOW_PUBLIC_PROJECT_CREATION setting (#262) +- Logged admin can see any project (#262) +- Projects can be edited/deleted from the dashboard (#262) +- ACTIVATE_ADMIN_DASHBOARD setting (#262) +- Link to the dashboard in the navigation bar (#262) Removed =======