From f2bb2fb1fd5bbfef78ea2129014f912239e9207d Mon Sep 17 00:00:00 2001 From: Todd Persen Date: Wed, 18 Dec 2013 14:00:30 -0500 Subject: [PATCH] Changelog clarification. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a64ed640eb..89875295e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -173,7 +173,7 @@ - deprecate '==' and '!=' in favor of '=' and '<>', respectively - deprecate `/dbs` (for listing databases) in favor of a more consistent `/db` endpoint -- deprecate `username` field for a more consistent `name` field in the `/db/:db/users` +- deprecate `username` field for a more consistent `name` field in `/db/:db/users` and `/cluster_admins` - deprecate endpoints `/db/:db/admins/:user` in favor of using `/db/:db/users/:user` which should be used to update user flags, password, etc. - Querying for column names that don't exist no longer throws an error.