diff options
author | John Wiegley <johnw@newartisans.com> | 2006-03-08 18:26:50 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:29 -0400 |
commit | bdd0dcf39d4796b171cd09575d951fca4414857b (patch) | |
tree | f4ecf55a6c712c0ae354e469915f00e46398a983 /NEWS | |
parent | e32d9e64a768f276e04fe79c14f1b28d88bd4185 (diff) | |
download | fork-ledger-bdd0dcf39d4796b171cd09575d951fca4414857b.tar.gz fork-ledger-bdd0dcf39d4796b171cd09575d951fca4414857b.tar.bz2 fork-ledger-bdd0dcf39d4796b171cd09575d951fca4414857b.zip |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,7 +1,10 @@ Ledger NEWS -* 2.5 +* 2.6 + +- Error reporting has been greatly improving, now showing full + contextual information for most error messages. - Add a new --only predicate, which occurs during transaction processing between --limit and --display. Here is a summary of how @@ -124,9 +127,6 @@ - Added new min(x,y) and max(x,y) value expression functions. -- Added a new value expression regexp command: - C// compare against a transaction amount's commodity symbol - - Value expression function may now be defined within your ledger file (or initialization file) using the following syntax: @@ -136,6 +136,11 @@ expressions, to all command-line options taking a value expression, and to the new "expr" command (see above). +* 2.5 + +- Added a new value expression regexp command: + C// compare against a transaction amount's commodity symbol + - Added a new "csv" command, for outputting results in CSV format. - Effective dates may now be specified for entries: |