diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2016-11-12 15:17:34 -0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2016-11-12 15:17:34 -0800 |
commit | 65e7d09b5c561feaf29808ab633207551289a943 (patch) | |
tree | b615507c8edb62c254627cb6b078c2bf327d36ad /doc | |
parent | 221c37a202c82f7c8f2d471b9776130a938cf459 (diff) | |
download | fork-ledger-65e7d09b5c561feaf29808ab633207551289a943.tar.gz fork-ledger-65e7d09b5c561feaf29808ab633207551289a943.tar.bz2 fork-ledger-65e7d09b5c561feaf29808ab633207551289a943.zip |
Update doc/NEWS for 3.1.2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/NEWS | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -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 |