Repository: mesos Updated Branches: refs/heads/master ca1359405 -> 0e2301e0f
Add MESOS-343 and MESOS-1143 to CHANGELOG. Review: https://reviews.apache.org/r/27595/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0e2301e0 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0e2301e0 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0e2301e0 Branch: refs/heads/master Commit: 0e2301e0f8b7d6610ad8717cd1e20d675e578ac6 Parents: ca13594 Author: Dominic Hamon <[email protected]> Authored: Tue Nov 4 14:24:03 2014 -0800 Committer: Dominic Hamon <[email protected]> Committed: Tue Nov 4 14:27:41 2014 -0800 ---------------------------------------------------------------------- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/0e2301e0/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 55d8ff4..05fcb4d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ (WIP) Release Notes - Mesos - Version 0.21.0 -------------------------------------- +* Task status now includes source and reason: + * [MESOS-343] - Expose TASK_FAILED reason to Frameworks. + * [MESOS-1143] - Add a TASK_ERROR task status. + * Deprecations: * [MESOS-1807] - Disallow executors with cpu only or memory only resources.
