1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2016-10-07 09:20:00 +02:00
parent 7123aca19c
commit c9bc7b17a5
1 changed files with 25 additions and 1 deletions

View File

@ -698,9 +698,33 @@ v3.0.0-rc1 (2015-06-10)
using a backwards-compatible "legacy mode"
v2.8.11 (XXXX-XX-XX)
v2.8.12 (XXXX-XX-XX)
--------------------
* issue #2091: decrease connect timeout to 5 seconds on startup
* fixed issue #2072
* slightly better error diagnostics for some replication errors
* fixed issue #1977
* fixed issue in `INTERSECTION` AQL function with duplicate elements
in the source arrays
* fixed issue #1962
* fixed issue #1959
* export aqlQuery template handler as require('org/arangodb').aql for forwards-compatibility
v2.8.11 (2016-07-13)
--------------------
* fixed array index batch insertion issues for hash indexes that caused problems when
no elements remained for insertion
* fixed issue #1937