From c0f0f2023c09352179251c9158d9014d9fab55a7 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 12 Nov 2014 15:09:26 -0500 Subject: [PATCH] added NEWS entry for BSON goodie --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 129582eaf..027a5fd67 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,7 @@ Bug fixes - sanitize strings before escaping them when using EAS - fixed handling of event invitations on iOS/EAS with no organizer (#2978) - fixed corrupted png files (#2975) + - improved dramatically the BSON decoding speed 2.2.9a (2014-09-29) -------------------