From 08d964fa50e5fa9b11a4fa167dac781d18f689e7 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Tue, 24 Sep 2013 17:35:40 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a458c2c24b..885ec6c908 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -443,7 +443,9 @@ v1.4.0-alpha1 (2013-08-02) * added `db._exists(doc)` and `collection.exists(doc)` for easy document existence checks * added API `/_api/current-database` to retrieve information about the database the - client is currently connected to. + client is currently connected to (note: the API `/_api/current-database` has been + removed in the meantime. The functionality is accessible via `/_api/database/current` + now). * ensure a proper order of tick values in datafiles/journals/compactors. any new files written will have the _tick values of their markers in order. for