1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2014-07-06 02:29:18 +02:00
parent c12df38eb2
commit 32ef9c8ccb
2 changed files with 4 additions and 0 deletions

View File

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

View File

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