From 736eacdf33a8a079f745c7c7d6af774541ad77b9 Mon Sep 17 00:00:00 2001 From: anatoly Date: Fri, 2 Dec 2016 18:15:36 -0600 Subject: [PATCH] 0.1.11 release changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ba2f7..21a59c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.1.11 +###### Fri Dec 2 18:09:51 2016 -0600 + +* opening `(find-all-states)` +* stop accepts a collection of states (in addition to varargs) ([#69](https://github.com/tolitius/mount/issues/69)) +* swap-states and start-with-states take values ([#68](https://github.com/tolitius/mount/issues/68)) +* adding `(running-states)` that returns a set +* (mount/start #{}) is a noop ([#65](https://github.com/tolitius/mount/issues/65)) +* removing log on state discovery +* adding a restart listener with watchers + ## 0.1.10 ###### Sun Feb 28 18:20:52 2016 -0500