Added MESOS-6220 as an API change to the 1.1.0 CHANGELOG.

Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a640eb25
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a640eb25
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a640eb25

Branch: refs/heads/master
Commit: a640eb25a9ebc4b2409c86df5cc71bd625427001
Parents: b0b0927
Author: Benjamin Mahler <bmah...@apache.org>
Authored: Wed Sep 21 14:36:49 2016 -0700
Committer: Benjamin Mahler <bmah...@apache.org>
Committed: Wed Sep 21 14:36:49 2016 -0700

----------------------------------------------------------------------
 CHANGELOG | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a640eb25/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index e9ad5f8..4dc1446 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -25,6 +25,12 @@ Deprecations:
 
   * [MESOS-5955] - Health check binary "mesos-health-check" is removed.
 
+Additional API Changes:
+  * [MESOS-6220] - HTTP handler failures should result in 500 rather than
+    503 responses. This means that when using the master or agent endpoints,
+    failures will now result in a `500 Internal Server Error` rather than a
+    `503 Service Unavailable`.
+
 
 Release Notes - Mesos - Version 1.0.2
 --------------------------------------------

Reply via email to