Update changelog

This commit is contained in:
Baptiste Jonglez 2021-10-14 01:00:44 +02:00
parent 5ea8a66704
commit d5981c014b

View file

@ -9,11 +9,12 @@ This document describes changes between each past release.
Breaking changes Breaking changes
---------------- ----------------
- Enable session cookie security by default (#845) - Include project code into project authentication token. This invalidates all existing API tokens and invitation links from previous versions (#802)
- Drop support for Python 2 (#483) - Drop support for Python 2 (#483)
- Drop support for Python 3.5 (#571) - Drop support for Python 3.5 (#571)
- Drop support for MySQL (#743) - Drop support for MySQL (#743)
- Require MariaDB version 10.3.2 or above (#632) - Require MariaDB version 10.3.2 or above (#632)
- Enable session cookie security by default (#845)
The minimum supported version is now Python 3.6, and the project is tested The minimum supported version is now Python 3.6, and the project is tested
with up to Python 3.9 with up to Python 3.9
@ -41,7 +42,9 @@ Added
- Add token-based authentication to the API (#504) - Add token-based authentication to the API (#504)
- Add illustrations as a showcase, currently only for French (#544) - Add illustrations as a showcase, currently only for French (#544)
- Add a page for downloading mobile application (#688) - Add a page for downloading mobile application (#688)
- Add optional support for a simple CAPTCHA (#844)
- Add translations for Greek, Esperanto, Italian, Japanese, Portuguese and Swedish - Add translations for Greek, Esperanto, Italian, Japanese, Portuguese and Swedish
- Publish an `official docker image <https://hub.docker.com/r/ihatemoney/ihatemoney>`_
Changed Changed
------- -------
@ -51,6 +54,7 @@ Changed
- Make language choice persistent (#547) - Make language choice persistent (#547)
- Localize date strings in the current language (#590) - Localize date strings in the current language (#590)
- Differenciate "flash alerts" notifications (#594) - Differenciate "flash alerts" notifications (#594)
- Display "flash messages" persistently instead of making them disappear (#856)
- Improve menu bar spacing, put history and settings in a submenu (#739) - Improve menu bar spacing, put history and settings in a submenu (#739)
- Change Dockerfile to install python dependencies at build time (#793) - Change Dockerfile to install python dependencies at build time (#793)