1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2015-06-18 17:38:41 +02:00
parent ffab0ef47d
commit 8404d8af6d
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
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
* removed deprecated AQL `SKIPLIST` function.