Updated CHANGELOG about the change to GET_CONTAINERS API. Review: https://reviews.apache.org/r/64654
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a2bae69e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a2bae69e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a2bae69e Branch: refs/heads/master Commit: a2bae69ebb0e191f2a4b91d3a07d2302a8126421 Parents: d9951bd Author: Jie Yu <[email protected]> Authored: Fri Dec 15 10:18:23 2017 -0800 Committer: Jie Yu <[email protected]> Committed: Fri Dec 15 13:59:12 2017 -0800 ---------------------------------------------------------------------- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/a2bae69e/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 8b3d364..63ac84c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,6 +17,8 @@ Additional API Changes: * [MESOS-7550] The fields `Resource.disk.source.path.root` and `Resource.disk.source.mount.root` can now be set to relative paths to an agent's work directory. + * [MESOS-8040] Return nested/standalone containers in `GET_CONTAINERS` + API call. Unresolved Critical Issues:
