summaryrefslogtreecommitdiff
path: root/doc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'doc/NEWS')
-rw-r--r--doc/NEWS14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/NEWS b/doc/NEWS
index d7d91851..0cb4b2b9 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -9,17 +9,21 @@
- Check balance assertions against the amount after the posting (bug #1147).
+- Allow balance assertions with multiple posts to same account (bug #1187).
+
- Fixed period duration of "every X days" and similar statements (bug #370).
-- Python: Removed double quotes from Unicode values.
+- Option --force-color does not require --color anymore (bug #1109).
-- ledger.el: Made links in ledger-report "register" commands optional.
+- Added quoted_rfc4180 to allow CVS output with RFC 4180 compliant quoting.
+
+- Python: Removed double quotes from Unicode values.
-- ledger.el: Added a "binary" format specifier to ledger-report.
+- Emacs Lisp files have been moved to https://github.com/ledger/ledger-mode
-- ledger.el: Consider ISO dates in `ledger-read-date'.
+- Fixed build under MSYS (32-bit).
-- ledger.el: Fixed compatibility problem with spacemacs.
+- Fixed build under Cygwin.
- Various documentation improvements