From a64141e54a83aac3778c84823aa49a6f5dfe01ba Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 11 Oct 2013 13:18:37 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ae521e9489..fc51ab9730 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ v1.4 ---- +* provide foxx-manager, arangodump, and arangorestore in Windows build + * ArangoDB 1.4 will refuse to start if option `--javascript.app-path` is not set. * added startup option `--server.allow-method-override` @@ -34,6 +36,8 @@ v1.4 from the import even if some documents cannot be imported. This is the same behaviour that previous ArangoDB versions exposed. +* added missing swagger documentation for `/_api/log` + * calling `/_api/logs` (or `/_admin/logs`) is only permitted from the `_system` database now. Calling this API method for/from other database will result in an HTTP 400.