1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2015-04-01 11:43:15 +02:00
parent 33de89915c
commit 1e2a356e97
1 changed files with 7 additions and 0 deletions

View File

@ -66,6 +66,13 @@ v2.6.0 (XXXX-XX-XX)
v2.5.2 (XXXX-XX-XX)
-------------------
* added iterator for edge index in AQL queries
this change may lead to less edges being read when used together with a LIMIT clause
* make graph viewer in web interface issue less expensive queries for determining
a random vertex from the graph, and for determining vertex attributes
* issue #1285: syntax error, unexpected $undefined near '@_to RETURN obj
this allows AQL bind parameter names to also start with underscores