You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2017/12/21 22:42:03 UTC

mesos git commit: Updated CHANGELOG about the new API in Log::Reader.

Repository: mesos
Updated Branches:
  refs/heads/master 41ecc6a39 -> b16383db0


Updated CHANGELOG about the new API in Log::Reader.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b16383db
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b16383db
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b16383db

Branch: refs/heads/master
Commit: b16383db06cdec0007074adfeb32f165aaa4e082
Parents: 41ecc6a
Author: Jie Yu <yu...@gmail.com>
Authored: Thu Dec 21 14:42:00 2017 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Dec 21 14:42:00 2017 -0800

----------------------------------------------------------------------
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b16383db/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index d6376d3..179b53b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -28,6 +28,8 @@ Additional API Changes:
     to an agent's work directory.
   * [MESOS-8040] Return nested/standalone containers in `GET_CONTAINERS`
     API call.
+  * [MESOS-7973] A new `catchup` method has been added to the
+    `Log.Reader` interface (including Java binding).
 
 Unresolved Critical Issues: