diff --git a/API-Changes-3.0.md b/API-Changes-3.0.md index 1b54ecc72c..d929e47794 100644 --- a/API-Changes-3.0.md +++ b/API-Changes-3.0.md @@ -20,6 +20,12 @@ Overview 6. /_api/edge withdrawn + 7. .BY_EXAMPLE_HASH , .BY_EXAMPLE_SKIPLIST, + .BY_CONDITION_SKIPLIST deleted. + SimpleQuery.byCondition withdrawn. + + 8. `arangodump` arguments `translateIDs`, `failOnUnknown` withdrawn. + ### New capabilities: 1. Babies for document queries. @@ -66,6 +72,19 @@ Explanations edges. Less code, drivers can be adjusted relatively easily by switching to /_api/document. + 7. .BY_EXAMPLE_HASH , .BY_EXAMPLE_SKIPLIST, + .BY_CONDITION_SKIPLIST deleted + + These were never documented. + + .{byExample,byExampleHash,byExampleSkiplist,byConditionSkiplist} + are still there and now do AQL internally. byExampleHash and + byExampleSkiplist just call byExample. + + SimpleQuery.byCondition withdrawn. + + 8. `arangodump` arguments `translateIDs`, `failOnUnknown` withdrawn. + ### New capabilities: