From 0ad51245dcdbd844d671a5baa40b9120feda8c4d Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Tue, 18 Nov 2014 18:35:03 +0100 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6dedeccb2a..a3cfa07fb6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ v2.4.0 (XXXX-XX-XX) ------------------- + +v2.3.0 (2014-11-18) +------------------- + * fixed syslog flags. `--log.syslog` is deprecated and setting it has no effect, `--log.facility` now works as described. Application name has been changed from `triagens` to `arangod`. It can be changed using `--log.application`. The syslog @@ -8,9 +12,13 @@ v2.4.0 (XXXX-XX-XX) * fixed deflate in SimpleHttpClient +* fixed issue #1104: edgeExamples broken or changed -v2.3.0 (XXXX-XX-XX) -------------------- +* fixed issue #1103: Error while importing user queries + +* fixed issue #1100: AQL: HAS() fails on doc[attribute_name] + +* fixed issue #1098: runtime error when creating graph vertex * hide system applications in **Applications** tab by default