From 5f47acad1c09d27db52f61c4e82498cd60efd60f Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 2 May 2016 20:02:36 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50cf75f9d5..783477d7ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ DEPRECATIONS/BREAKING CHANGES: using the `consul` backend and will perform its own health checks. See the Consul backend documentation for information on how to disable auto-registration and service checks. + * List operations that do not find any keys now return a `404` status code + rather than an empty response object [GH-1365] FEATURES: