diff --git a/CHANGELOG b/CHANGELOG index 82f2163525..71963d9162 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) -------------------