diff --git a/doc/relnotes.md b/doc/relnotes.md index 2ce5c8eb28d..1aa4059fdca 100644 --- a/doc/relnotes.md +++ b/doc/relnotes.md @@ -77,7 +77,7 @@ Changes in hledger-install.sh are shown -## 2024-12-08 hledger-1.41 +## 2024-12-09 hledger-1.41 **Valuation fix, pervasive improved HTML and FODS output, multiple depths, terminal pagination, robust export to Beancount, ...** @@ -116,15 +116,18 @@ Fixes - Balance commands' HTML, CSV and FODS output now show tree mode properly indented (using no-break spaces). (Henning Thielemann) -- In the `roi` command, a division by zero error (when all assets were sold) has been fixed. - [#2281] (Dmitry Astapov) - - In the HTML output of `bs`/`bse`/`cf`/`is` reports, Net amounts in the Net row are now formatted like the others. (Bas van Dijk) - In `bs`/`bse`/`cf`/`is` HTML output, some unnecessary TH cells have been fixed. [#2225] (Henning Thielemann) +- The `print` command now ignores a depth limit entirely. + Previously, a depth limit caused it to show only transactions referencing accounts as deep or deeper than that. + +- In the `roi` command, a division by zero error (when all assets were sold) has been fixed. + [#2281] (Dmitry Astapov) + - In a multi-line comment generated by CSV rules, tags on all lines now work (ie, can be matched). Posting dates in comments generated from CSV also now [work](https://hledger.org/hledger.html#comment-field). (#2241)