From ec72934c54809d173f36888959b16ad56146ab6b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 19 Sep 2011 14:12:51 +0000 Subject: [PATCH] docs: relnotes --- NEWS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md index 617ed32d7..da9d2a1c5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,14 @@ title: hledger news # News + * cli: hledger ADDONCOMMAND --version now shows add-on command's version + * cli: when running addons with --debug, show the command line + * web: production builds (the default with cabal) have all web content embedded (dev builds use ./static/) (#63) + * web: update to yesod 0.9 + * web: obey at least some command-line options, like --cost + * web: adjust --help to indicate command-line arguments are not expected + * web: don't bother running cli unit tests at startup + ## [2011/9/12 hledger 0.15.2, hledger-web 0.15.3]() * handle multiple filter patterns on the command-line again