From 378786fd98a792b6d9e4c48c597df3f7d11f00c2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 1 Apr 2013 21:25:38 +0000 Subject: [PATCH] docs: release note tweaks --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 8a462e20a..95f450531 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,7 +14,7 @@ title: hledger news - `base-currency` -> `currency` - `base-account` -> `account1` - account-assigning rules: - add `if` before the regexps, + add `if` before the list of regexps, add indented `account2 ` before the account name * Non-unix-style line endings should now be accepted in journal and rules files. @@ -28,7 +28,7 @@ title: hledger news If parsing fails, an error is raised. This has not been tested for floating-point precision. - * *actual* & *effective* dates are now called *primary* & *secondary* dates. + * *actual* & *effective dates* are now called *primary* & *secondary dates*. Use --date2 to select the secondary date for reports (--effective or --aux-date are also accepted for compatibility). * add: allow transaction codes or comments/tags to be entered (following a date or amount, respectively) (#45)