mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
33de89915c
commit
1e2a356e97
|
@ -66,6 +66,13 @@ v2.6.0 (XXXX-XX-XX)
|
||||||
v2.5.2 (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
|
* issue #1285: syntax error, unexpected $undefined near '@_to RETURN obj
|
||||||
|
|
||||||
this allows AQL bind parameter names to also start with underscores
|
this allows AQL bind parameter names to also start with underscores
|
||||||
|
|
Loading…
Reference in New Issue