From 5db4c853dbe2131ea5ce994f8251be52376a7ac2 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Sun, 22 Nov 2015 12:27:39 -0500 Subject: [PATCH] change log.. [in] --- changelog.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..d87b98c --- /dev/null +++ b/changelog.md @@ -0,0 +1,24 @@ +## 0.1.4 + +* [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 + +* 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 + +* [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 + +* [support for runtime arguments](https://github.com/tolitius/mount#runtime-arguments) + +## 0.1.0 + +* defstate/start/stop +* welcome mount