summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-05-01 16:34:33 +0800
committerMartin Michlmayr <tbm@cyrius.com>2020-05-01 16:34:33 +0800
commit23dcf7a42da68918db6ef4f0a5bfc1c84348415a (patch)
tree4e82c672007f13ec40fa498556b25c5caad91492 /doc
parent30acf5e1531411456e1aeedaa618f798e8e4fa9c (diff)
downloadfork-ledger-23dcf7a42da68918db6ef4f0a5bfc1c84348415a.tar.gz
fork-ledger-23dcf7a42da68918db6ef4f0a5bfc1c84348415a.tar.bz2
fork-ledger-23dcf7a42da68918db6ef4f0a5bfc1c84348415a.zip
Update NEWS for 3.2
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS.md40
1 files changed, 35 insertions, 5 deletions
diff --git a/doc/NEWS.md b/doc/NEWS.md
index 98d63384..04bf1fc4 100644
--- a/doc/NEWS.md
+++ b/doc/NEWS.md
@@ -1,12 +1,42 @@
# Ledger NEWS
-## 3.1.4 (unreleased)
+## 3.2.0 (unreleased)
-- Add support for '%F' date format specifier (bug #1775)
+- Port Python support to Python 3
-- Entities are no longer regarded as defined due to being part of a cleared
- transaction. `--explicit` is effectively enabled by default and is now a
- no-op.
+- Entities are no longer regarded as defined due to being part of a
+ cleared transaction. `--explicit` is effectively enabled by default
+ and is now a no-op (PR #1819)
+
+- Add `--average-lot-prices` to show the average of lot prices
+
+- Add support for `%F` date format specifier (bug #1775)
+
+- Add `commodity_price(NAME, DATE)` function
+
+- Add `set_commodity_price(NAME, DATE)` function
+
+- Fix buffer overflow when evaluating date
+
+- Fix balance assertions on accounts with virtual posts (bug #543)
+
+- Fix segfault with `ledger print` (bug #1850)
+
+- Ensure that `apply` directives (like `apply account`) have the
+ required argument (bug #553)
+
+- Format annotations using a date format that can be parsed
+
+- Change `--invert` to invert displayed amounts and totals, not amounts
+ (bug #1803)
+
+- Correct the way parens are parsed in query expressions
+
+- Compare price annotations using their textual rendering
+
+- Fix build failure with utfcpp 3.0 (bug #1816)
+
+- Fix build failure due to ambiguous type (bug #1833)
## 3.1.3 (2019-03-31)