From 970e22f0caed733d5095a967ca2fcd9e9547eaeb Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 9 Feb 2018 18:33:47 +0100 Subject: [PATCH] [TASK] Add changelog entries since 4.0.0-alpha1 --- CHANGELOG.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 473423c..a046df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,21 +4,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). -## 4.0.0 (unreleased) +## x.y.z ### Added - +- REST API endpoint for getting list details (#89) +- System tests for the test and dev environment (#81) +- REST action for getting all subscribers for a list (#83) ### Changed - ### Deprecated - ### Removed - ### Fixed - +- Always truncate the DB tables after an integration test (#86) ### Security