Updated CHANGELOG about the Resource API changes. Review: https://reviews.apache.org/r/36011
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/fcbb923e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/fcbb923e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/fcbb923e Branch: refs/heads/master Commit: fcbb923e0d492a7ad7aa4700cc222499c08928c4 Parents: f74759f Author: Jie Yu <[email protected]> Authored: Mon Jun 29 11:16:12 2015 -0700 Committer: Jie Yu <[email protected]> Committed: Mon Jun 29 11:35:18 2015 -0700 ---------------------------------------------------------------------- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/fcbb923e/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 59eacac..252f068 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,9 +7,12 @@ This release contains several new features: using them to be throttled or preempted. * API Changes: + * [MESOS-2097] - Update Resource protobuf with DiskInfo. + * [MESOS-2475] - Add the Resource::ReservationInfo protobuf message. * [MESOS-2485] - Added master metrics for slave removal reasons. * [MESOS-2654] - A new 'capabilities' field has been addd to FrameworkInfo to opt in to revocable resources. + * [MESOS-2691] - Update Resource message to include revocable resources. * [MESOS-2775] - Added slave metrics for revocable resources. * [MESOS-2776] - Added master metrics for revocable resources. * [MESOS-2955] - Introduce acceptOffers scheduler driver API for performing
