Update doc/NEWS for 3.1.2

This commit is contained in:
Martin Michlmayr 2016-11-12 15:17:34 -08:00
parent 221c37a202
commit 65e7d09b5c

View file

@ -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).
- Option --force-color does not require --color anymore (bug #1109).
- Added quoted_rfc4180 to allow CVS output with RFC 4180 compliant quoting.
- Python: Removed double quotes from Unicode values.
- ledger.el: Made links in ledger-report "register" commands optional.
- Emacs Lisp files have been moved to https://github.com/ledger/ledger-mode
- ledger.el: Added a "binary" format specifier to ledger-report.
- Fixed build under MSYS (32-bit).
- ledger.el: Consider ISO dates in `ledger-read-date'.
- ledger.el: Fixed compatibility problem with spacemacs.
- Fixed build under Cygwin.
- Various documentation improvements