Repository: mesos Updated Branches: refs/heads/master 443d2c7b2 -> 839ba726e
Fixed typo in CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/839ba726 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/839ba726 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/839ba726 Branch: refs/heads/master Commit: 839ba726e2a080a52ca838a987800fb8943741a5 Parents: 443d2c7 Author: Adam B <[email protected]> Authored: Fri Jul 10 16:20:18 2015 -0700 Committer: Adam B <[email protected]> Committed: Fri Jul 10 16:20:18 2015 -0700 ---------------------------------------------------------------------- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/839ba726/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 515e8f8..4004da5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -42,7 +42,7 @@ This release also includes API changes, new modules, and deprecations. * [MESOS-2475] - Add the Resource::ReservationInfo protobuf message. * [MESOS-2614] - Update name, hostname, failover_timeout, and webui_url in master on framework re-registration - * [MESOS-2654] - A new 'capabilities' field has been addd to FrameworkInfo to + * [MESOS-2654] - A new 'capabilities' field has been added to FrameworkInfo to opt in to revocable resources. * [MESOS-2691] - Update Resource message to include revocable resources. * [MESOS-2955] - Introduce acceptOffers scheduler driver API for performing
