Repository: mesos Updated Branches: refs/heads/master 929417698 -> eb6986938
Minor CHANGELOG fix on MESOS-2058 description for 0.23.0 /stats.json endpiont has already been removed. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/eb698693 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/eb698693 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/eb698693 Branch: refs/heads/master Commit: eb69869381b24ae4fe5d0d110cfc1e16ddf56cfc Parents: 9294176 Author: Jiang Yan Xu <[email protected]> Authored: Tue Jul 7 12:09:00 2015 -0700 Committer: Jiang Yan Xu <[email protected]> Committed: Tue Jul 7 12:16:53 2015 -0700 ---------------------------------------------------------------------- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/eb698693/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 433924a..e4686cb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -68,7 +68,7 @@ This release also includes API changes, new modules, and deprecations. * [MESOS-2650] - Modularize the Resource Estimator * Deprecations: - * [MESOS-2058] - Deprecate stats.json endpoints for Master and Slave + * [MESOS-2058] - Remove stats.json endpoints for Master and Slave * [MESOS-2697] - '/master/shutdown' endpoint is deprecated in favor of the new '/master/teardown' endpoint.
