From 2f46c6987f7071f10ec519f12c213eb35e3abf15 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sat, 12 Jan 2019 18:15:02 -0200 Subject: Add release dates to doc/NEWS --- doc/NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index a2e3ea04..39404e95 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -1,6 +1,6 @@ Ledger NEWS -* 3.1.2 +* 3.1.2 (unreleased) - Increased maximum length for regex from 255 to 4095 (bug #981). @@ -27,7 +27,7 @@ - Various documentation improvements -* 3.1.1 +* 3.1.1 (2016-01-11) - Added a --no-revalued option @@ -57,7 +57,7 @@ - Add continuous integration (https://travis-ci.org/ledger/ledger) -* 3.1 +* 3.1 (2014-10-05) - Changed the definition of cost basis to preserve the original cost basis when a gain or loss is made (if you bought 1 AAA for $10 and then sold -- cgit v1.2.3 From 40f0bbfbb75296cc42e9fd44ac168048469176f2 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sat, 12 Jan 2019 18:37:44 -0200 Subject: Update NEWS for 3.1.2 --- doc/NEWS | 51 ++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 42 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index 39404e95..c22461ab 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -2,28 +2,61 @@ * 3.1.2 (unreleased) -- Increased maximum length for regex from 255 to 4095 (bug #981). +- Increase maximum length for regex from 255 to 4095 (bug #981) - Initialize periods from from/since clause rather than earliest - transaction date (bug #1159). + transaction date (bug #1159) -- Check balance assertions against the amount after the posting (bug #1147). +- Check balance assertions against the amount after the posting (bug #1147) -- Allow balance assertions with multiple posts to same account (bug #1187). +- Allow balance assertions with multiple posts to same account (bug #1187) -- Fixed period duration of "every X days" and similar statements (bug #370). +- Fix period duration of "every X days" and similar statements (bug #370) -- Option --force-color does not require --color anymore (bug #1109). +- Make option --force-color not require --color anymore (bug #1109) -- Added quoted_rfc4180 to allow CVS output with RFC 4180 compliant quoting. +- Add quoted_rfc4180 to allow CVS output with RFC 4180 compliant quoting. + +- Add support for --prepend-format in accounts command + +- Fix handling of edge cases in trim function (bug #520) + +- Fix auto xact posts not getting applied to account total during + journal parse (bug #552) + +- Transfer null_post flags to generated postings + +- Fix segfault when using --market with --group-by + +- Use amount_width variable for budget report + +- Keep pending items in budgets until the last day they apply + +- Fixed bug where .total used in value expressions breaks totals + +- Make automated transactions work with assertions (bug #1127) + +- Improve parsing of date tokens (bug #1626) + +- Don't attempt to invert a value if it's already zero (bug #1703) + +- Do not parse user-specified init-file twice - Python: Removed double quotes from Unicode values. +- Python: Ensure that parse errors produce useful RuntimeErrors + +- Python: Expose journal expand_aliases + +- Python: Expose journal_t::register_account + +- Improve bash completion + - Emacs Lisp files have been moved to https://github.com/ledger/ledger-mode -- Fixed build under MSYS (32-bit). +- Fix build under MSYS (32-bit). -- Fixed build under Cygwin. +- Fix build under Cygwin. - Various documentation improvements -- cgit v1.2.3