summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Hobson2014-02-04 10:48:37 -0800
committerZack Hobson2014-02-04 10:48:37 -0800
commiteb02f964295b7e06008ca984d7ca2d12f0d0f20d (patch)
treec1b7ac8a6a0e05b5ef8bc8b3ceffadeb68a24f5e
parentde8c8205af7dc66d99df321de0b4a65769003670 (diff)
downloadhcl-0.4.12.tar.bz2
release v0.4.12v0.4.12
-rw-r--r--CHANGELOG.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
index dbc7ee7..c436e45 100644
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,9 +1,9 @@
# Recent Changes in HCl
-## latest
+## v0.4.12 2014-02-04
-* fixed crash when stopping a timer the next day
* fixed crash when caching tasks for the first time, closes #56
+* fixed crash when stopping a timer the next day
* added --changelog option
* remove completion command, cache aliases in a file instead, closes #51
* confirm timer deletion/cancellation, closes #47