1
0
Fork 0

updated changelog

This commit is contained in:
Jan Steemann 2013-03-25 17:03:32 +01:00
parent 4130caadc6
commit 9a60c46fac
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,10 @@
v1.3 (XXXX-XX-XX)
-----------------
* make `collection.count()` not recalculate the number of documents on the fly, but
use some internal document counters. This will work at least for non-transactional
collections.
* issue #457: invalid string value in web interface
* make datafile id (datafile->_fid) identical to the numeric part of the filename.
@ -86,6 +90,10 @@ v1.3 (XXXX-XX-XX)
v1.2.2 (XXXX-XX-XX)
-------------------
* issue #459: fulltext internal memory allocation didn't scale well
This fix improves loading times for collections with fulltext indexes that have
lots of equal words indexed.
* issue #212: auto-increment support
The feature can be used by creating a collection with the extra `keyOptions`