diff options
| author | Alexis Métaireau <alexis@vieuxsinge.com> | 2018-08-05 14:37:50 +0200 |
|---|---|---|
| committer | Alexis Métaireau <alexis@vieuxsinge.com> | 2018-08-05 14:37:50 +0200 |
| commit | 633e3543b24fb241135770afe0ca8bcd8ceae072 (patch) | |
| tree | 33d5183816de8365efb94645b526b5a052d9e28c /CHANGELOG.rst | |
| parent | c3b973b15e888263f6ca8538a72e39280a77ac3e (diff) | |
| parent | 08bcf702b86d520b15cd8e9acee3b8df1fe9d07b (diff) | |
| download | ihatemoney-mirror-633e3543b24fb241135770afe0ca8bcd8ceae072.zip ihatemoney-mirror-633e3543b24fb241135770afe0ca8bcd8ceae072.tar.gz ihatemoney-mirror-633e3543b24fb241135770afe0ca8bcd8ceae072.tar.bz2 | |
Merge branch 'master' into almet/fix-pbkdf2-check
Diffstat (limited to 'CHANGELOG.rst')
| -rw-r--r-- | CHANGELOG.rst | 37 |
1 files changed, 34 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d256bec..81993f3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,15 +3,46 @@ Changelog This document describes changes between each past release. -2.1 (unreleased) ----------------- +2.1.1 (unreleased) +------------------ Fixed ===== -- Fix the generation of the supervisord template (#306) +- Regenerate translations (#338) +- Fix broken install with pip ≥ 10 (#340) +- Fix the generation of the supervisord template (#309) - Fix the validation of the hashed password (#310) +Added +===== + +- Document MySQL setup (#357) + +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) ---------------- |
