docs: release notes

This commit is contained in:
Simon Michael 2011-04-22 14:05:48 +00:00
parent 12ffba52f8
commit 2efb14614b

View File

@ -10,7 +10,11 @@ title: hledger news
* look at LEDGER_FILE for the journal path, otherwise LEDGER, like c++ ledger
* handle a blank LEDGER_FILE or LEDGER value more gracefully (use the default file path)
* the default journal file path is now ~/.hledger.journal, to avoid breaking mac filevault (#41)
* amounts with different prices are now aggregated, like ledger
* zero amounts have no sign or commodity, like ledger
* fix a sign bug with negative total-priced (@@) amounts
* parsing: assume current year when transaction dates have no year and there is no default year
* parsing: more careful validation of eg leap years in transaction dates
* parsing: better international number format support, allowing comma as decimal point and flexible digit groups (#32)
* parsing: support @@ syntax specifying total price
* parsing: infer the conversion price in transactions involving two unpriced commodities