Repository: mesos
Updated Branches:
  refs/heads/1.6.x 03619cb39 -> 9a30d4ebf


Added operation feedback to the list of experimental features.


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

Branch: refs/heads/1.6.x
Commit: 9a30d4ebf280d709f13078111200992710854576
Parents: 03619cb
Author: Greg Mann <[email protected]>
Authored: Mon May 14 09:06:21 2018 -0700
Committer: Greg Mann <[email protected]>
Committed: Mon May 14 09:08:16 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/9a30d4eb/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index aef4e5c..4b95044 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -21,9 +21,10 @@ This release contains the following new features:
   * [MESOS-7944] - **Experimental** Added a new `MemoryProfiler` class to
     libprocess to aid in debugging memory issues.
 
-  * [MESOS-8054] - Schedulers can now receive feedback about offer operations
-    which operate on resources managed by resource providers. In the future,
-    this feature will be extended to operations on agent default resources.
+  * [MESOS-8054] - **Experimental** Schedulers can now receive feedback about
+    offer operations which operate on resources managed by resource providers.
+    In the future, this feature will be extended to operations on agent default
+    resources.
 
   * [MESOS-8534] - **Experimental** A nested container is now allowed
     to join a separate CNI network than its parent container.
@@ -122,6 +123,7 @@ All Experimental Features:
   * [MESOS-5931] - Support auto backend in Mesos Containerizer.
   * [MESOS-6014] - Added port mapping CNI plugin.
   * [MESOS-7944] - Libprocess `MemoryProfiler`.
+  * [MESOS-8054] - Offer operation feedback.
   * [MESOS-8534] - Separate CNI networks for nested containers.
   * [MESOS-8649] - Support for Container Storage Interface version 0.2.
   * [MESOS-8801] - Linux support for jemalloc.

Reply via email to