diff options
| author | Zack Hobson | 2009-08-09 11:49:35 -0700 |
|---|---|---|
| committer | Zack Hobson | 2009-08-09 11:49:35 -0700 |
| commit | acaa011742aaa6cfef67fef4b62f89cc5fc3341f (patch) | |
| tree | f8176008661a1db87fd36e58fd88056f67331f1b | |
| parent | 04787ce4e89d2d372502a7f86e24db14c5d00ddd (diff) | |
| download | hcl-acaa011742aaa6cfef67fef4b62f89cc5fc3341f.tar.bz2 | |
Documentation.
| -rw-r--r-- | .document | 1 | ||||
| -rw-r--r-- | CHANGELOG | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/.document b/.document new file mode 100644 index 0000000..2a525aa --- /dev/null +++ b/.document @@ -0,0 +1 @@ +--files CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..268bebf --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,35 @@ += Recent Changes in HCl + +== v0.2.2 Sun Aug 9 11:16:34 2009 -0700 + +* Support installation via rip, closes #27. +* Fixed: Adding note fails when task is started without notes, closes #26. +* Avoid stack trace on missing XML root node, closes #25. + +== v0.2.1 Thu Jul 30 14:02:23 2009 -0700 + +* Fixed: Creating timers without starting them. + +== v0.2.0 Thu Jul 30 11:40:33 2009 -0700 + +* Allow an initial time to be specified when starting a timer, closes #9. +* Always display hours as HH:MM, closes #22. +* Do not write empty task cache, closes #23. + +== v0.1.3 Tue Jul 28 09:19:53 2009 -0700 + +* Add a note about ruby-dev for debian/ubuntu users, closes #20. +* Friendlier error message on unrecognized task, closes #18, #21. + +== v0.1.2 Mon Jul 27 11:46:50 2009 -0700 + +* Automatically include rubygems in bin/hcl. + +== v0.1.1 Fri Jul 24 19:32:32 2009 -0700 + +* Mention gem in README, read version from file. + +== v0.1.0 Fri Jul 24 19:09:23 2009 -0700 + +* Initial public release + |
