aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorJocelyn Delalande <jocelyn@crapouillou.net>2018-02-16 23:13:51 +0100
committerJocelyn Delalande <jocelyn@crapouillou.net>2018-02-16 23:17:45 +0100
commit131fe8a8b4c6aeafc35f455b60f208d6e0268812 (patch)
tree47fbbb20edcbb24c6cd5f54bfedee209b7709ab6 /CHANGELOG.rst
parent225849ac716aee7627961b92f9d627e7bfde4430 (diff)
downloadihatemoney-mirror-131fe8a8b4c6aeafc35f455b60f208d6e0268812.zip
ihatemoney-mirror-131fe8a8b4c6aeafc35f455b60f208d6e0268812.tar.gz
ihatemoney-mirror-131fe8a8b4c6aeafc35f455b60f208d6e0268812.tar.bz2
Add missing CHANGELOG and CONTRIBUTORS entries for v2.1
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index fccb08d..95c7a31 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,24 +3,28 @@ Changelog
This document describes changes between each past release.
-2.1 (unreleased)
+2.1 (2018-02-16)
----------------
Changed
=======
- Use flask-restful instead of deprecated flask-rest for the REST API (#315)
+- Make sidebar scrollable. Usefull for large groups (#316)
Fixed
=====
- Fix the "IOError" crash when running `ihatemoney generate-config` (#308)
- Made the left-hand sidebar scrollable (#318)
+- Fix and enhanche Docker support (#320, #321)
Added
=====
- Statistics API (#343)
+- Allow to disable/enable member via API (#301)
+- Enable basic Apache auth passthrough for API (#303)
2.0 (2017-12-27)