diff --git a/CHANGES.md b/CHANGES.md index 7bbaff5f3..10be20c00 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,16 +1,16 @@ -hledger + General changes in the hledger project (and notable all-package releases). For package-specific changes and minor releases, see the hledger package changelogs. -# 9ffed51f5 -# 1.22 2021-07-02 +# 9303320f5 +# 1.22 2021-07-03 Software: @@ -19,8 +19,8 @@ Software: system than the dynamic Ubuntu executables we have been providing). (And, will be useful to Nextcloud.com users.) (#1571) (Garret McGraw) -- GHC 9.0 is now officially supported. GHC 8.0, 8.2, 8.4 are no longer - supported; we now require GHC 8.6 or greater. +- GHC 9.0 is now officially supported, and GHC 8.0, 8.2, 8.4 are not; + building hledger now requires GHC 8.6 or greater. Docs: diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 82cb89f1f..514413b0e 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -1,40 +1,21 @@ -hledger + Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. -# d5d19f841 -# 1.22 2021-07-02 +# de4e7ae4c +# 1.22 2021-07-03 -- lib: Auto-postings with Amount queries should filter only those commodities which match the query. (Stephen Morgan) - Also corrects a regression introduced in - 8ab29f84b32288a34ae7627a2204081fae31900f where transaction modifier - postings without multipliers would incorrectly be filtered by commodity. +- GHC 9.0 is now officially supported, and GHC 8.0, 8.2, 8.4 are not; + building hledger now requires GHC 8.6 or greater. -- lib: Make sure automatic postings generated from postings with more than one commodity match on commodity symbol (#1582). (Stephen Morgan) - -- lib,cli: No longer strip prices in journalApplyValuationFromOptsWith and mixedAmountApplyValuationAfterSumFromOptsWith (#1577). (Stephen Morgan) - These were theoretically an efficiency improvement, but have been - error-prone. We instead handle stripping prices at the point of - consumption. - -- ui: Do not log to debug.log when regenerating journal in Transaction screen (#1556). Also really clear cost setting when doing so. (Stephen Morgan) - Since plog is no longer used anywhere, and tends to create bugs when it - is, we remove it. - -- doc: changelogs draft - And add big headings, for fun and to help me tell them apart. - -- Added support for GHC 9.0. Dropped support for GHC 8.0, 8.2, 8.4; - we now require GHC 8.6 or greater. - -- Add now-required lower bound on containers. (#1514) +- Added now-required lower bound on containers. (#1514) - Added useColor, colorOption helpers usable in pure code, eg for debug output. diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index d2a996454..9effe8706 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -1,18 +1,16 @@ -hledger + User-visible changes in hledger-ui. See also the hledger changelog. -# d5d19f841 -# 1.22 2021-07-02 - -Features +# de4e7ae4c +# 1.22 2021-07-03 Improvements @@ -28,19 +26,19 @@ Improvements - The `--version` flag shows more detail (git tag/patchlevel/commit hash, platform/architecture). (Stephen Morgan) -Fixes +- GHC 9.0 is now officially supported, and GHC 8.0, 8.2, 8.4 are not; + building hledger now requires GHC 8.6 or greater. -- Don't write to `./debug.log` when toggling value with `V`, or when - reloading with `g` or `--watch` in the Transaction screen. (#1556) - (Simon Michael, Stephen Morgan) +- Added a now-required lower bound on containers. (#1514) + +Fixes - Queries in the register screen work again (broken in 1.21). (#1523) (Stephen Morgan) -- GHC 9.0 is now officially supported. GHC 8.0, 8.2, 8.4 are no longer - supported; we now require GHC 8.6 or greater. - -- Added a now-required lower bound on containers. (#1514) +- Don't write to `./debug.log` when toggling value with `V`, or when + reloading with `g` or `--watch` in the Transaction screen. (#1556) + (Simon Michael, Stephen Morgan) # 1.21 2021-03-10 diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 10f6e4ce1..bef5effd1 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -1,19 +1,18 @@ -hledger + User-visible changes in hledger-web. See also the hledger changelog. -# d5d19f841 -# 1.22 2021-07-02 +# de4e7ae4c +# 1.22 2021-07-03 -- In the add form, fix a bug where extra posting rows were not added - when needed in certain web browsers. (charukiewicz) +Improvements - The --version flag shows more detail (git tag/patchlevel/commit hash, platform/architecture). (Stephen Morgan) @@ -22,8 +21,13 @@ See also the hledger changelog. - Add now-required lower bound on containers. (#1514) -- GHC 9.0 is now officially supported. GHC 8.0, 8.2, 8.4 are no longer - supported; we now require GHC 8.6 or greater. +- GHC 9.0 is now officially supported, and GHC 8.0, 8.2, 8.4 are not; + building hledger now requires GHC 8.6 or greater. + +Fixes + +- In the add form, fix a bug where extra posting rows were not added + when needed in certain web browsers. (charukiewicz) # 1.21 2021-03-10 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index b4dfd6778..35c86a686 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -1,16 +1,16 @@ -hledger + User-visible changes in the hledger command line tool and library. -# d5d19f841 -# 1.22 2021-07-02 +# de4e7ae4c +# 1.22 2021-07-03 Features @@ -70,8 +70,8 @@ Improvements It is now just the number of decimal places, rather than an object. (Stephen Morgan) -- GHC 9.0 is now officially supported. GHC 8.0, 8.2, 8.4 are no longer - supported; we now require GHC 8.6 or greater. +- GHC 9.0 is now officially supported, and GHC 8.0, 8.2, 8.4 are not; + building hledger now requires GHC 8.6 or greater. - Added a now-required lower bound on containers. (#1514)