mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
f49d2e9830
commit
6da35ba709
|
@ -107,6 +107,12 @@ v2.3.0 (XXXX-XX-XX)
|
|||
v2.2.4 (2014-XX-XX)
|
||||
-------------------
|
||||
|
||||
* fixed accessing `_from` and `_to` attributes in `collection.byExample` and
|
||||
`collection.firstExample`
|
||||
|
||||
These internal attributes were not handled properly in the mentioned functions, so
|
||||
searching for them did not always produce documents
|
||||
|
||||
* fixed issue #1030: arangoimp 2.2.3 crashing, not logging on large Windows CSV file
|
||||
|
||||
* fixed issue #1025: Traversal not as expected in undirected graph
|
||||
|
|
Loading…
Reference in New Issue