diff --git a/CHANGELOG b/CHANGELOG index 411548e657..06a8dd0e4a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ v2.2.0 (XXXX-XX-XX) ------------------- +* added `insert` method as an alias for `save`. Documents can now be inserted into + a collection using either method + * added support for data-modification AQL queries * added AQL keywords `INSERT`, `UPDATE`, `REPLACE` and `REMOVE` (and `WITH`) to diff --git a/DEPRECATED.md b/DEPRECATED.md index 541ce31e5c..698b4638f4 100644 --- a/DEPRECATED.md +++ b/DEPRECATED.md @@ -23,6 +23,7 @@ migrations will also be detailed here. * Traversal: The usage of the traversal datasource `collectionDatasourceFactory` is no longer suggested, it will be deprecated in the next version. Please use `generalGraphDatasourceFactory` instead. * Http: The api `_api/graph` is no longer suggested, it will be deprecated in the next version. Please use the general graph api `_api/gharial` instead. * Http: In `POST _api/traversal` the usage of the body parameter `edgeCollection` is no longer suggested, it will be deprecated in the next version. Please use `graphName` instead. +* MRuby: The MRuby server integration for arangod has been removed and can no longer be used. ## 2.3