1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2014-12-17 11:01:18 +01:00
parent b4ad28dff4
commit be1a41991d
1 changed files with 14 additions and 1 deletions

View File

@ -49,11 +49,24 @@ v2.4.0 (XXXX-XX-XX)
* renamed option `mergeArrays` to `mergeObjects` for AQL data-modification query options
and HTTP document modification API
v2.3.3 (XXXX-XX-XX)
-------------------
* fixed error handling in instanciation of distributed AQL queries, this
also fixes a bug in cluster startup with many servers
* issue #1185: parse non-fractional JSON numbers with exponent (e.g. `4e-261`)
* issue #1159: allow --server.request-timeout and --server.connect-timeout of 0
v2.3.2 (XXXX-XX-XX)
v2.3.2 (2014-12-09)
-------------------
* fixed issue #1177: Fix bug in the user app's storage
* fixed issue #1173: AQL Editor "Save current query" resets user password
* fixed missing makeDirectory when fetching a Foxx application from a zip file