From 357069bef17b6241c1e643b7573e5db91477bca7 Mon Sep 17 00:00:00 2001 From: anatoly Date: Mon, 23 Nov 2015 12:52:44 -0500 Subject: [PATCH] [changelog]: dates --- README.md | 2 +- changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51d6a88..d4f1099 100644 --- a/README.md +++ b/README.md @@ -404,7 +404,7 @@ Since mount is a _library_ it should _not_ bring any dependencies unless its fun > But I still these logging statements in the examples. -The way this is done is via an excellent [robert hooke](https://github.com/technomancy/robert-hooke/). Example applications live in `test`, so is the utility that [adds logging](https://github.com/tolitius/mount/blob/19ec27eb9b6622d79652583306916e1979cb3b6a/test/app/utils/logging.clj#L47) to all the mount's lifecycle functions. +The way this is done is via an excellent [robert hooke](https://github.com/technomancy/robert-hooke/). Example applications live in `test`, so does the utility that [adds logging](https://github.com/tolitius/mount/blob/19ec27eb9b6622d79652583306916e1979cb3b6a/test/app/utils/logging.clj#L47) to all the mount's lifecycle functions. ## Mount and Develop! diff --git a/changelog.md b/changelog.md index d87b98c..09d278f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,24 +1,29 @@ ## 0.1.4 +###### Sat Nov 21 15:31:13 2015 -0500 * [suspendable states](https://github.com/tolitius/mount#suspending-and-resuming) * [stop-except](https://github.com/tolitius/mount#stop-an-application-except-certain-states) ## 0.1.3 +###### Wed Nov 18 00:43:44 2015 -0500 * states-with-deps [[#12](https://github.com/tolitius/mount/issues/12)] * mount => mount.core [[#11](https://github.com/tolitius/mount/issues/11)] * states without `:stop` still become `NotStartedState` on `(mount/stop)` ## 0.1.2 +###### Sun Nov 15 23:15:20 2015 -0500 * [swapping alternate implementations](https://github.com/tolitius/mount#swapping-alternate-implementations) * [start-without](https://github.com/tolitius/mount#start-an-application-without-certain-states) ## 0.1.1 +###### Sat Nov 14 16:40:38 2015 -0500 * [support for runtime arguments](https://github.com/tolitius/mount#runtime-arguments) ## 0.1.0 +###### Fri Nov 13 17:00:43 2015 -0500 * defstate/start/stop * welcome mount