From b5e9d2e7d42422845cf2c7153061d8c5726b4774 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 16 Oct 2013 15:41:38 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 6635f30580..92b916f894 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,32 @@ v1.4 ---- +* fixed issue #609: Graph viz tool - different background color + +* fixed issue #608: arangosh config files - eventually missing in the manual + +* fixed issue #607: Admin interface: no core documentation + +* fixed issue #603: Aardvark Foxx App Manager + +* fixed a bug in type-mapping between AQL user functions and the AQL layer + + The bug caused errors like the following when working with collection documents + in an AQL user function: + + TypeError: Cannot assign to read only property '_id' of # + +* create less system collections when creating a new database + + This is achieved by deferring collection creation until the collections are actually + needed by ArangoDB. The following collections are affected by the change: + - `_fishbowl` + - `_structures` + + +v1.4.0-beta2 (2013-10-14) +------------------------- + * only the following system collections will be excluded from replication from now on: - `_replication` - `_trx`