1
0
Fork 0

Mention improvements to arangodump/restore in CHANGELOG.

This commit is contained in:
Max Neunhoeffer 2014-07-10 14:49:48 +02:00
parent 4e95044faa
commit 79914ff17d
1 changed files with 8 additions and 0 deletions

View File

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