mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
ffab0ef47d
commit
8404d8af6d
|
@ -1,6 +1,12 @@
|
||||||
v2.7.0 (XXXX-XX-XX)
|
v2.7.0 (XXXX-XX-XX)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
* AQL functon call arguments optimization
|
||||||
|
|
||||||
|
This will lead to arguments in function calls inside AQL queries will not be copied but passed
|
||||||
|
by reference. This may speed up calls to functions with bigger argument values or queries that
|
||||||
|
calls functions a lot of times.
|
||||||
|
|
||||||
* upgraded V8 version to 4.3.61
|
* upgraded V8 version to 4.3.61
|
||||||
|
|
||||||
* removed deprecated AQL `SKIPLIST` function.
|
* removed deprecated AQL `SKIPLIST` function.
|
||||||
|
|
Loading…
Reference in New Issue