From 020e8dfd615b79b0cc62beef3459de1cbfebf261 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Tue, 1 Dec 2015 09:20:23 -0500 Subject: [PATCH] [changelog]: updated with 0.1.5 changes --- changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changelog.md b/changelog.md index 09d278f..3b43172 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,16 @@ +## 0.1.5 +###### Tue Dec 1 08:58:26 2015 -0500 + +* cleaning up stale states ([#18](https://github.com/tolitius/mount/issues/18)) +* adding ns to state order to avoid collisions +* consolidating status ([#19](https://github.com/tolitius/mount/issues/19)) +* lifecycle fns take fns and values ([#20](https://github.com/tolitius/mount/issues/20)) +* not retaining heads in side-effectful iterations ([#17](https://github.com/tolitius/mount/issues/17)) +* logging AOP for REPL examples ([#15](https://github.com/tolitius/mount/issues/15)) +* removing "clojure.tools.logging" dep ([#15](https://github.com/tolitius/mount/issues/15)) +* lifecycle functions return states touched ([#15](https://github.com/tolitius/mount/issues/15)) +* removing tools.namespace dep + ## 0.1.4 ###### Sat Nov 21 15:31:13 2015 -0500