From b587adeb1d47c6246fe80cfa100fbddd987b50ba Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 25 Oct 2012 11:05:08 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 70bf6af80c..75dbad6dac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,12 @@ v1.1.beta1 (2012-XX-XX) db._create() is also still there and will create a document collection by default, whereas edges._create() will create an edge collection. + - the admin web interface that was previously available via the simple URL suffix / + is now available via a dedicated URL suffix only: /_admin/html + The reason for this is that routing and URLs are now subject to changes by the end user, + and only URLs parts prefixed with underscores (e.g. /_admin or /_api) are reserved + for ArangoDB's internal usage. + * the server now handles requests with invalid Content-Length header values as follows: - if Content-Length is negative, the server will respond instantly with HTTP 411 (length required)