aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
author0livd <github@destras.fr>2018-01-25 17:41:28 +0100
committerAlexis Metaireau <alexis@notmyidea.org>2018-01-25 17:41:28 +0100
commitb93ea4830d5290def99d597f17292a8aa5d4c090 (patch)
treebeb34a47d9eb85643672cc3b743c9b6d37932092 /CHANGELOG.rst
parent830718e1fe5f18959f455a696ebc2172a2d5f253 (diff)
downloadihatemoney-mirror-b93ea4830d5290def99d597f17292a8aa5d4c090.zip
ihatemoney-mirror-b93ea4830d5290def99d597f17292a8aa5d4c090.tar.gz
ihatemoney-mirror-b93ea4830d5290def99d597f17292a8aa5d4c090.tar.bz2
API: Migrate from flask-rest to flask-restful (#315)
The flask-rest custom json encoder is still needed and thus was added to ihatemoney's utils. Closes #298
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index efd0648..ea2b61e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,11 @@ This document describes changes between each past release.
2.1 (unreleased)
----------------
+Changed
+=======
+
+- Use flask-restful instead of deprecated flask-rest for the REST API (#315)
+
Fixed
=====