Repository: mesos Updated Branches: refs/heads/master 76bfb4930 -> be1d6833e
Add TASK_ERROR to CHANGELOG for 0.22.0 Review: https://reviews.apache.org/r/27930 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/be1d6833 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/be1d6833 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/be1d6833 Branch: refs/heads/master Commit: be1d6833e328f7a9ba91d3878c346dd20584409a Parents: 76bfb49 Author: Dominic Hamon <[email protected]> Authored: Wed Nov 12 13:46:09 2014 -0800 Committer: Dominic Hamon <[email protected]> Committed: Wed Nov 12 14:10:59 2014 -0800 ---------------------------------------------------------------------- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/be1d6833/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index eb56331..ae9ea19 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +(WIP) Release Notes - Mesos - Version 0.22.0 +-------------------------------------- + +** API Changes: + * [MESOS-1143] TASK_ERROR is now sent instead of TASK_LOST when rescheduling a task should not be attempted. + + Release Notes - Mesos - Version 0.21.0 --------------------------------------
