From 6fd30f56fcb5a2e805bd6aa25e66cf33263d1710 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 27 Mar 2013 14:26:47 +0100 Subject: [PATCH] updated changelog --- CHANGELOG | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c2cbe64840..95f029f281 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -87,9 +87,18 @@ v1.3 (XXXX-XX-XX) arangob is now always included in the build -v1.2.2 (XXXX-XX-XX) +v1.2.3 (XXXX-XX-XX) ------------------- +* issue triAGENS/ArangoDB-PHP#55: AQL optimiser may have mis-optimised duplicate + filter statements with limit + + +v1.2.2 (2013-03-26) +------------------- + +* fixed save of objects with common sub-objects + * issue #459: fulltext internal memory allocation didn't scale well This fix improves loading times for collections with fulltext indexes that have lots of equal words indexed.