From eb9006e5277c18f0ab3037692d1f1952153ec612 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 9 Aug 2016 16:19:27 -0400 Subject: [PATCH] Updated NEWS --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index f19f957c6..6869a2fa9 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,7 @@ Bug fixes - [core] fixing sogo-tool backup with multi-domain configuration but domain-less logins - [core] during event scheduling, use 409 instead of 403 so Lightning doesn't fail silently - [core] correctly calculate recurrence exceptions when not overlapping the recurrence id + - [core] prevent invalid SENT-BY handling during event invitations (#3759) 3.1.4 (2016-07-12) ------------------