summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 100e4ea2..1d4826dc 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -13,6 +13,23 @@ features, please see the manual.
To see 2.6 behavior, use "bal -n" in 3.0. The -s option no longer has any
effect on balance reports.
+* 2.6.3
+
+- Minor fixes to allow for compilation with gcc 4.4.
+
+* 2.6.2
+
+- Bug fix: Command-line options, such as -O, now override init-file options
+ such as -V.
+
+- 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
- Added the concept of "balance setting transactions":