aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJocelyn Delalande <jocelyn@crapouillou.net>2018-10-13 00:57:39 +0200
committerJocelyn Delalande <jocelyn@crapouillou.net>2018-10-13 00:57:39 +0200
commit5bd839e176328de942c4e2f499cfb621200be001 (patch)
treecc950df43fe6c01f3c82a8b41eb202e903d3dc97
parent73e14738ef5cd4ed1dcbc9d8e7be6efcef10bee9 (diff)
downloadihatemoney-mirror-5bd839e176328de942c4e2f499cfb621200be001.zip
ihatemoney-mirror-5bd839e176328de942c4e2f499cfb621200be001.tar.gz
ihatemoney-mirror-5bd839e176328de942c4e2f499cfb621200be001.tar.bz2
Add missing Change Log entries and group them
As there is a lot of stuff in « fixed », might be a bit clearer to group them loosely. Clean room for next release :-).
-rw-r--r--CHANGELOG.rst31
1 files changed, 30 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 7947b1a..95f3d34 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,17 +9,46 @@ This document describes changes between each past release.
Fixed
=====
-- Regenerate translations (#338)
- Fix broken install with pip ≥ 10 (#340)
- Fix the generation of the supervisord template (#309)
+- Fix Apache conf template (#359)
+
+- Regenerate translations and improve fr translations (#338)
- Fix the validation of the hashed password (#310)
- Fix infinite loop that happened when accessing / (#358)
- Fix email validation when sending invites
+- Fix double-click when deleting a bill (#349)
+- Fix error escaping (#388)
+- Fix form error on already existing participant (#370)
+- Fix documentation for create bills via api (#391)
+
+- Fix docker ADMIN_PASSWORD configuration (#384)
+- Fix docker bug where conf is duplicated at each run (#392)
+- Fix cffi installation in Dockerfile (#364)
Added
=====
- Document MySQL setup (#357)
+- Add a favicon.ico (#381)
+- Document external mail server configuration (#278)
+- Improve settings documentation styling (#251)
+- Add a ihatemoney delete-project command to delete a project (#375)
+- Add nice 404 error pages (#379)
+
+Changed
+=======
+
+- Enhance translation tooling (#360)
+- Improve Makefile (#387)
+- Sort members alphabetically in the new bill form. (#374)
+- Underline actions links on hover (#377)
+
+Removed
+=======
+
+- Remove Sentry, as it's not used anymore on prod. (#380)
+
2.1 (2018-02-16)
----------------