summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-06-22 23:05:32 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:12 -0400
commit155685657fb750a9fede83da4f1875633905338e (patch)
tree0de4492c55c89dbeee5535567ef3fce3700ed0d0 /NEWS
parentf05ef1085a2456d7310a62631d3acbb2e9754d9c (diff)
downloadfork-ledger-155685657fb750a9fede83da4f1875633905338e.tar.gz
fork-ledger-155685657fb750a9fede83da4f1875633905338e.tar.bz2
fork-ledger-155685657fb750a9fede83da4f1875633905338e.zip
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS44
1 files changed, 44 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1364654a..81588db0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,49 @@
Ledger NEWS
+* 2.4
+
+- Simple, inline math is now supported in transactions. For example:
+
+ 2004/05/27 Book Store
+ Expenses:Dining $20.00 + $2.50
+ Liabilities:MasterCard
+
+ This won't register the tax/tip in its own account, but it might
+ make later reading of the ledger file easier.
+
+- Use of a "catch all" account is now possible, which auto-balances
+ entries that contain _only one transaction_. For sanity's sake this
+ is not used to balance all entries, as that would make locating
+ unbalanced entries a nightmare. Example:
+
+ A Liabilities:MasterCard
+
+ 2004/05/27 Book Store
+ Expenses:Dining $20.00 + $2.50
+
+ This is equivalent to the entry in the previous bullet.
+
+- Further, entries with a single transaction may specify that
+ transaction directly after the payee, if followed by two or more
+ spaces:
+
+ A Liabilities:MasterCard
+
+ 2004/05/27 Book Store Expenses:Dining $20.00 + $2.50
+
+- Entries that contain a single transaction with no amount now always
+ balance, even if multiple commodities are involved. This means that
+ the following is now supported which wasn't previously:
+
+ 2004/06/21 Adjustment
+ Retirement 100 FUNDA
+ Retirement 200 FUNDB
+ Retirement 300 FUNDC
+ Equity:Adjustments
+
+- Fixed some obscure bugs relating to QIF parsing, and budgeting and
+ forecasting.
+
* 2.3
- The directive "!alias ALIAS = ACCOUNT" makes it possible to use