From a4d613984e5bc530dbdb067f5d7c898b47949f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Thu, 24 Jan 2019 13:12:09 +0100 Subject: [PATCH] Prepare release --- CHANGELOG.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 37d7dcbc..b0445c96 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Changelog This document describes changes between each past release. -3.1 (unreleased) +4.0 (unreleased) ---------------- Added @@ -12,11 +12,21 @@ Added - Add CORS headers in the API (#407) - Document database migrations (#390) - Allow basic math operations in amount field (#413) +- Add bill.creation_date field (#327) +- Document PostgreSQL configuration (#415) Fixed ===== - Do not allow negative weights on users (#366) +- Fix docker image (#398) +- minor documentation changes + +Changed +======= + +- Update API project list (#405) + 3.0 (2018-11-25) ----------------