aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2019-01-03 13:29:56 +0100
committerGitHub <noreply@github.com>2019-01-03 13:29:56 +0100
commitd55b9961704f913312ae17f837f62d1822802ecf (patch)
tree02bc27f0b6ffdaf15a08b651d2953f35356c0148 /CHANGELOG.rst
parent04adfe4155e1bb37609edfe78ae67b361f51e0cf (diff)
downloadihatemoney-mirror-d55b9961704f913312ae17f837f62d1822802ecf.zip
ihatemoney-mirror-d55b9961704f913312ae17f837f62d1822802ecf.tar.gz
ihatemoney-mirror-d55b9961704f913312ae17f837f62d1822802ecf.tar.bz2
Do not allow negative weights on users (Fixes #362) (#366)
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a1d8b75..37d7dcb 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -8,10 +8,16 @@ This document describes changes between each past release.
Added
=====
+
- Add CORS headers in the API (#407)
- Document database migrations (#390)
- Allow basic math operations in amount field (#413)
+Fixed
+=====
+
+- Do not allow negative weights on users (#366)
+
3.0 (2018-11-25)
----------------