diff --git a/CHANGELOG b/CHANGELOG index ae73e0c31b..c3fb002124 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,7 +20,7 @@ v1.2.alpha (XXXX-XX-XX) * issue #374: prevent endless redirects when calling admin interface with unexpected URLs -* issue #373: TRAVERSE() `trackPaths` option does not work. Instead `paths` does work +* issue #373: TRAVERSAL() `trackPaths` option does not work. Instead `paths` does work * issue #358: added support for CORS @@ -33,9 +33,9 @@ v1.2.alpha (XXXX-XX-XX) additionally return the number of shapes used in the collection in the extra attribute "shapes.count" -* added experimental AQL TREE() function to return a hierchical result from a - traversal. the function name, signature, and behavior are likely to change - later. +* added AQL TRAVERSAL_TREE() function to return a hierchical result from a traversal + +* added AQL TRAVERSAL() function to return the results from a traversal * added AQL function ATTRIBUTES() to return the attribute names of a document diff --git a/arangod/Documentation/aql.dox b/arangod/Documentation/aql.dox index 1bd84e82a7..f39400f1a6 100644 --- a/arangod/Documentation/aql.dox +++ b/arangod/Documentation/aql.dox @@ -1098,9 +1098,6 @@ /// /// @verbinclude aqltree /// -/// NOTE: the @LIT{TRAVERSAL_TREE} function is still experimental. Its name, signature, and behavior might -/// change. -/// /// @subsubsection AqlFunctionsControl Control flow functions /// /// AQL offers the following functions to let the user control the flow of operations: