From 66ae7b7b84b89565250facd7c610dee2e1517262 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 26 Sep 2013 15:24:29 -0700 Subject: [PATCH] docs: update release notes more --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index fe0b3d3fe..5f259fa33 100644 --- a/NEWS.md +++ b/NEWS.md @@ -13,7 +13,7 @@ title: hledger news aliases, API docs and code have been improved. - `-` (hyphen) can now be used as a more compact synonym for `from` and `to` in period expressions. - Eg: `-p '2012/12/1 - 2013/2/1'`, `date:aug-nov`. + Eg: `-p 2012/12/1-2013/2/1`, `date:aug-`. - csv: don't break when there are non-ascii characters in CSV files - csv: rules files can now `include` other rules files, useful for factoring out common rules