mirror of https://gitee.com/bigwinds/arangodb
Mention improvements to arangodump/restore in CHANGELOG.
This commit is contained in:
parent
4e95044faa
commit
79914ff17d
|
@ -238,6 +238,14 @@ v2.2.0 (XXXX-XX-XX)
|
|||
was removed. Collections with many different attribute names should
|
||||
benefit from this change by faster inserts and slightly less memory usage.
|
||||
|
||||
* fixed a bug in arangodump which got the collection name in _from and _to
|
||||
attributes of edges wrong (all were "_unknown")
|
||||
|
||||
* fixed a bug in arangorestore which did not recognise wrong _from and _to
|
||||
attributes of edges
|
||||
|
||||
* improved error detection and reporting in arangorestore
|
||||
|
||||
|
||||
v2.1.1 (2014-06-06)
|
||||
-------------------
|
||||
|
|
Loading…
Reference in New Issue