diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 44270012..f93898c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -31,7 +31,7 @@ Added - Allow to import previously exported json data (#518) - Add new optional field "external link" in bill form (#429) -- Add currencies to project and bills (#541) +- Add currencies to project and bills (#541 #814) - Add new statistics showing monthly expenses (#526) - Add pagination to the list of bills (#480) - Add sorting, pagination, and searching to the admin dashboard (#538) @@ -52,6 +52,8 @@ Changed - Differenciate "flash alerts" notifications (#594) - Improve menu bar spacing, put history and settings in a submenu (#739) - Change Dockerfile to install python dependencies at build time (#793) +- Project code is not required when updating other project settings (#774) +- Bump dependencies: WTForms (#768) jinja2 (#753) itsdangerous (#756) flask (#755 #757 #764) Fixed ----- @@ -60,6 +62,8 @@ Fixed - Fix order of participants in the statistics page (#608) - Clarify project edition form: private code is not required (#774) - Fix Python dependency contraints to be less strict +- Improve documentation (#781 #819 #821) +- Add CSRF protection for destructive actions (#796) Documentation -------------