diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-21 18:29:05 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-21 18:29:05 -0400 |
commit | 8abf8baa534b31c18a4475ed4922a3d58462ad5a (patch) | |
tree | b6c7a51c252b184ca4b0520f2b4dc4198f4bac8e /NEWS | |
parent | ca0b524628bce1b24e381f25493e3e1b72eff211 (diff) | |
download | fork-ledger-8abf8baa534b31c18a4475ed4922a3d58462ad5a.tar.gz fork-ledger-8abf8baa534b31c18a4475ed4922a3d58462ad5a.tar.bz2 fork-ledger-8abf8baa534b31c18a4475ed4922a3d58462ad5a.zip |
Updated NEWS and TODO file.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -2,7 +2,13 @@ * 2.6.2 -- This version has no new features, it's all critical bug fixes. +- Bug fix: "cat data | ledger -f -" now works. + +- Bug fix: --no-cache is now honored. Previously, it was writing out a cache + file named "<none>". + +- Bug fix: Using %.2X in a format string now outputs 2 spaces if the state is + cleared. * 2.6.1 |