diff --git a/CHANGES.md b/CHANGES.md index d1376cc51..a4469d6e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,7 +18,7 @@ For package-specific changes and minor releases, see the hledger package changel - New docs: Currency conversion. hledger and Beancount/GnuCash/Ledger/Quicken. - + - shake: changelogs: A leading semicolon now means "skip most CI steps", not "omit from changelog". @@ -39,6 +39,8 @@ For package-specific changes and minor releases, see the hledger package changel (#1602) +# 1.22.1 unreleased + # 1.22 2021-07-03 Software: diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 8547d9495..777c4894b 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -56,11 +56,10 @@ For user-visible changes, see the hledger package changelog. thisacctq as Any or None (depending on what you want included in the running total). + - Our doctests are disabled with GHC 9 for now to work around an upstream bug. (#1503, #1615) -- Allow megaparsec 9.1 - - Our pretty-printed JSON now orders object attributes alphabetically, across all GHC and haskell lib versions. @@ -95,13 +94,15 @@ For user-visible changes, see the hledger package changelog. [A 0], [A 0, B 0, ...]) are now Eq-ual (==), whereas before they were not. We have not been able to find anything broken by this change. +# 1.22.1 unreleased + +- Allow megaparsec 9.1 + - journalEndDate's behaviour has been clarified, journalLastDay has been added. - transactionCheckBalanced is now exported. (#1596) -# 1.22.1 unreleased - # 1.22 2021-07-03 - GHC 9.0 is now officially supported, and GHC 8.0, 8.2, 8.4 are not; diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 42ff2b53d..705dec4a5 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -11,6 +11,8 @@ See also the hledger changelog. # b0aa70b27 +# 1.22.1 unreleased + Improvements - Allow megaparsec 9.1. @@ -24,8 +26,6 @@ Fixes the transaction screen. (If it ever needs to use the journal's last day as valuation date, use that day, not the day after.) -# 1.22.1 unreleased - # 1.22 2021-07-03 Improvements diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index ab8d8cf97..f1af15e57 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -11,6 +11,8 @@ See also the hledger changelog. # b0aa70b27 +# 1.22.1 unreleased + Improvements - deps: Allow megaparsec 9.1. @@ -20,8 +22,6 @@ Fixes - The register chart works again when there are multiple commodities and transaction prices (broken since 1.22). (#1597, Stephen Morgan) -# 1.22.1 unreleased - # 1.22 2021-07-03 Improvements diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 98a20f114..90004a2cd 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -21,24 +21,12 @@ Features Improvements -- Bash shell completions (for hledger, hledger-ui, hledger-web) are - now included in the hledger package's release tarballs, making them - more likely to be installed by system packages. (Jakob Schöttl) - -- Allow megaparsec 9.1 - - In JSON output, object attributes are now ordered alphabetically, consistently for all GHC and haskell lib versions. (#1618, Stephen Morgan) - JSON output now indents with 2 spaces rather than 4. (Stephen Morgan) -- roi docs now discuss how to quote multi-word queries. (#1609, Dmitry - Astapov) - -- The error message for a non-existent input file no longer shows - excess double quotes. (#1601, Stephen Morgan) - - The balance commands' `-S/--sort-amount` flag now behaves more predictably and intuitively with multiple commodities. Multi-commodity amounts are sorted by comparing their amounts in @@ -51,6 +39,19 @@ Improvements closing a journal with future transactions. Docs have been improved. (#1604) +# 1.22.1 unreleased + +Improvements + +- Bash shell completions (for hledger, hledger-ui, hledger-web) are + now included in the hledger package's release tarballs, making them + more likely to be installed by system packages. (Jakob Schöttl) + +- roi docs now discuss how to quote multi-word queries. (#1609, Dmitry + Astapov) + +- Allow megaparsec 9.1 + Fixes - Our info manuals now have more robust directory metadata (no @@ -58,11 +59,12 @@ Fixes top-level Info directory by system packages. (#1594) (Simon Michael, Damien Cassou) +- The error message for a non-existent input file no longer shows + excess double quotes. (#1601, Stephen Morgan) + - Journal format docs: The commodity directive's scope is now correctly described (lasts until end of current file). -# 1.22.1 unreleased - # 1.22 2021-07-03 Features