1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2013-10-16 15:41:38 +02:00
parent 2d6c60c889
commit b5e9d2e7d4
1 changed files with 26 additions and 0 deletions

View File

@ -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 #<ShapedJson>
* 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`