1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2014-11-18 18:35:03 +01:00
parent ec37174083
commit 0ad51245dc
1 changed files with 10 additions and 2 deletions

View File

@ -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