mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG for #454
This commit is contained in:
parent
b20327a75d
commit
c985646667
|
@ -1,6 +1,8 @@
|
||||||
v1.3 (XXXX-XX-XX)
|
v1.3 (XXXX-XX-XX)
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
* issue #454: error while creation of Collection
|
||||||
|
|
||||||
* make `collection.count()` not recalculate the number of documents on the fly, but
|
* 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
|
use some internal document counters. This will work at least for non-transactional
|
||||||
collections.
|
collections.
|
||||||
|
|
Loading…
Reference in New Issue