From c9bc7b17a5048be7c7935a8b33832ee52d5dc5f0 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 7 Oct 2016 09:20:00 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9098f6083f..af2079db9f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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