From 517f4b0f49e2545f930408b922dabc1a4a9006eb Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 9 Mar 2015 14:04:21 -0400 Subject: [PATCH] Fix possible JS exception in Contacts module --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 7a596a0c7..65260d954 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,7 @@ Bug fixes - do not use syncKey from cache when davCollectionTag = -1 - use correct mail attachment elements for EAS 2.5 clients - fixed contacts lookup by UID in freebusy + - reduced telephone number to a single value in JSON response of contacts list 2.2.16 (2015-02-12) -------------------