From e63a533d88f178526d94f0ca7775bd8be4ac5709 Mon Sep 17 00:00:00 2001 From: Matthias Fischmann Date: Fri, 16 Nov 2018 08:48:11 +0100 Subject: [PATCH] CHANGELOG.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aee12fff46c..bed25ad8e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# 2018-11-16 #515 + +## Bug Fixes + + * Fix: spar session cookie (#512) + + * SSO: fix cookie handling around binding users (#505) + +## Internal Changes + + * partial implementation of SCIM (without exposure to the spar routing table) + + * Always build benchmarks (#486) + + * Fix: gundeck compilation (#506) + + * Fix: use available env var for docker tag in dev make rule. (#509) + + * Use Imports.hs in Brig, Spar, Galley (#507) + + * update dependencies docs (#514) + + # 2018-10-25 #500 ## New Features