summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-05-18 13:29:24 +0800
committerMartin Michlmayr <tbm@cyrius.com>2020-05-18 13:29:24 +0800
commit2722dcdc304bac50de616c93b7c899de976aabe3 (patch)
tree261cf9821d3567c4639988dc633174895cc0cf99 /doc
parent4c9ea1423540ef793107dd64097335b81a9baa59 (diff)
downloadfork-ledger-2722dcdc304bac50de616c93b7c899de976aabe3.tar.gz
fork-ledger-2722dcdc304bac50de616c93b7c899de976aabe3.tar.bz2
fork-ledger-2722dcdc304bac50de616c93b7c899de976aabe3.zip
Update NEWS for 3.2.1
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/NEWS.md b/doc/NEWS.md
index 49a522e4..326063d3 100644
--- a/doc/NEWS.md
+++ b/doc/NEWS.md
@@ -1,5 +1,22 @@
# Ledger NEWS
+## 3.2.1 (2020-05-18)
+
+- Fix regression with expression evaluation by reverting commit
+ `Correction to the way parens are parsed in query expressions` (bug #1894)
+
+- Fix --invert breakage by reverting commit `Change --invert to invert
+ displayed amounts and totals, not amounts` (bug #1895)
+
+- Fix performance regression by reverting commit `Compare price
+ annotations using their textual rendering` (bug #1907)
+
+- Fix library path issue (bug #1885)
+
+- Allow specifying the Python version (bug #1893)
+
+- Some documentation fixes
+
## 3.2.0 (2020-05-01)
- Port Python support to Python 3