From 440fea755a54f55209622623be653f1de432d19f Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Mon, 7 Aug 2017 19:21:50 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b620183940..99aeb0f7c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## 0.6.1 (Unreleased) IMPROVEMENTS: + * core: Add autocomplete functionality for resources: allocations, + evaluations, jobs, and nodes [GH-2964] * core: `distinct_property` constraint can set the number of allocations that are allowed to share a property value [GH-2942] * driver/rkt: support read-only volume mounts [GH-2883]