From 9c8e8c922a0951f2d13d615e43d95969b52f76ba Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 16 May 2014 19:30:06 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8eac7d180d..83732de206 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +v2.2.0 (XXXX-XX-XX) +------------------- + +* removed sorting of attribute names for use in a collection's shaper + + sorting attribute names was done on document insert to keep attributes + of a collection in sorted order for faster comparisons. The sort order + of attributes was only used in one particular and unlikey case, so it + was removed. Collections with many different attribute names should + benefit from this change by faster inserts and slightly less memory usage. + + v2.1.0 (XXXX-XX-XX) -------------------