docs: release note tweaks

This commit is contained in:
Simon Michael 2013-04-01 21:25:38 +00:00
parent 17ef7295b6
commit 378786fd98

View File

@ -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)