diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-02 01:55:55 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-02 01:55:55 -0400 |
commit | cda19829bd1100d6563b48ddb121f2afc1c55d95 (patch) | |
tree | 5b6ab0d1eb7ec1b0b3eccf817678d0aa9a3feb47 /doc/NEWS | |
parent | 017492ef5e80003073c5d053252d4a68a44260ae (diff) | |
parent | fb7cafa8965c89bbd66b09f827bd5989a87c983b (diff) | |
download | fork-ledger-cda19829bd1100d6563b48ddb121f2afc1c55d95.tar.gz fork-ledger-cda19829bd1100d6563b48ddb121f2afc1c55d95.tar.bz2 fork-ledger-cda19829bd1100d6563b48ddb121f2afc1c55d95.zip |
Merge branch 'next'
Diffstat (limited to 'doc/NEWS')
-rw-r--r-- | doc/NEWS | 37 |
1 files changed, 8 insertions, 29 deletions
@@ -2,37 +2,16 @@ * 3.0 -** INCOMPATIBLE CHANGES +Due to the magnitude of changes in 3.0, only changes that affect compatibility +with 2.x files and usage is mentioned here. For a description of new +features, please see the manual. -*** Commands +- The option -g (--performance) was removed. -**** Removed 'output' -**** Removed 'xml' - -*** Options - -**** --descend -**** --descend_if EXPR -**** --reconcile -**** --reconcile-date DATE - -**** -s, -n - -The balance report now defaults to showing all relevant accounts. This is the -opposite of how it worked before. That is, "bal" in 3.0 does what "-s bal" -did in 2.x. To get the 2.6 behavior, use "bal -n" in 3.0. The -s option no -longer has any effect on balance reports. - -** NEW FEATURES - -*** Commands - -*** Options - -**** --anon - -For anonymizing the private details of reports. This is almost solely for the -purpose of easing the creation of accurate bug reports. +- The balance report now defaults to showing all relevant accounts. This is + the opposite of 2.x. That is, "bal" in 3.0 does what "-s bal" did in 2.x. + To see 2.6 behavior, use "bal -n" in 3.0. The -s option no longer has any + effect on balance reports. * 2.6.1 |