1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2014-05-16 19:30:06 +02:00
parent 51e9059e3e
commit 9c8e8c922a
1 changed files with 12 additions and 0 deletions

View File

@ -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)
-------------------