1
0
Fork 0

updated CHANGELOG

This commit is contained in:
jsteemann 2015-12-21 10:46:48 +01:00
parent eb7ed34519
commit 20f7125668
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ v2.8.0 (XXXX-XX-XX)
* fixes for AQL optimizer and traversal
* added `--create-collection-type` option to arangoimp
This allows specifying the type of the collection to be created when
`--create-collection` is set to `true`.
* randomly shuffle available V8 contexts when picking one for an HTTP or scheduler
task. This distributes requests more evenly across contexts so they can eventually
be garbage-collected.