summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRahix <rahix@rahix.de>2021-08-04 15:56:20 +0200
committerMartin Michlmayr <tbm@cyrius.com>2021-08-24 16:19:01 +0800
commit4cba478b490fd5986be49cced834a22961c5927f (patch)
treed31da03585a2570bf6246aac8780505fb697a338 /doc
parent460a5661ac20789aa578dc9fb20f3a1ed47e5699 (diff)
downloadfork-ledger-4cba478b490fd5986be49cced834a22961c5927f.tar.gz
fork-ledger-4cba478b490fd5986be49cced834a22961c5927f.tar.bz2
fork-ledger-4cba478b490fd5986be49cced834a22961c5927f.zip
Update NEWS with all changes up to now
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS.md40
1 files changed, 38 insertions, 2 deletions
diff --git a/doc/NEWS.md b/doc/NEWS.md
index 2cf8d4a5..81ece6d4 100644
--- a/doc/NEWS.md
+++ b/doc/NEWS.md
@@ -1,11 +1,47 @@
# Ledger NEWS
-## 3.2.x (unreleased)
+## 3.3 (unreleased)
+
+- Use `$PAGER` when environment variable is set (bug #1674)
+
+- Make `--depth` correctly fold postings to accounts of greater depth into the
+ parent at the specified level (bug #987)
+
+- When using wild-cards in the `include` directive, include matched files in
+ sorted order (bug #1659)
-- Use $PAGER when environment variable is set (bug #1674)
- Try to use `$XDG_HOME_CONFIG/ledger/ledgerrc` or `~/.config/ledger/ledgerrc`
first
+- Add support for automatically reading files encrypted with GPG (bug #1949)
+
+- Add support for a "debit" column in the `convert` command (bug #1120)
+
+- Fix incorrect parsing of expressions containing a `-` without spaces (bug #2001)
+
+- Fix payee metadata on postings not being validated and payee aliases not
+ being honored (bug #566 & bug #1892)
+
+- Fix ledger interpreting a posting with 0 difference as a null-posting,
+ which leads to it auto-balancing the posting (bug #1942)
+
+- Correctly escape all string values in lisp report (bug #2034)
+
+- Fix a regression where empty commodities were shown (bug #1969)
+
+- Fix a regression where using multiple commodities in one transaction triggers
+ an assertion (bug #1998)
+
+- Support building on older versions of CMAKE (less than 3.7)
+
+- Fix compilation with Boost 1.76 (bug #2030)
+
+- Fix Msys2 MinGW build (bug #1905)
+
+- Fix unicode problems on Windows (bug #1986)
+
+- Various documentation improvements
+
## 3.2.1 (2020-05-18)
- Fix regression with expression evaluation by reverting commit