;doc: changelogs: gather 1.22.1 changes

This commit is contained in:
Simon Michael 2021-07-28 09:21:45 -10:00
parent b0611a7363
commit e4a23c95d4
5 changed files with 28 additions and 23 deletions

View File

@ -39,6 +39,8 @@ For package-specific changes and minor releases, see the hledger package changel
<https://github.com/simonmichael/hledger/blob/master/bin/commitlint> <https://github.com/simonmichael/hledger/blob/master/bin/commitlint>
(#1602) (#1602)
# 1.22.1 unreleased
# 1.22 2021-07-03 # 1.22 2021-07-03
Software: Software:

View File

@ -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 thisacctq as Any or None (depending on what you want included in the
running total). running total).
- Our doctests are disabled with GHC 9 for now to work around an - Our doctests are disabled with GHC 9 for now to work around an
upstream bug. (#1503, #1615) upstream bug. (#1503, #1615)
- Allow megaparsec 9.1
- Our pretty-printed JSON now orders object attributes alphabetically, - Our pretty-printed JSON now orders object attributes alphabetically,
across all GHC and haskell lib versions. 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 [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. 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 - journalEndDate's behaviour has been clarified, journalLastDay has
been added. been added.
- transactionCheckBalanced is now exported. (#1596) - transactionCheckBalanced is now exported. (#1596)
# 1.22.1 unreleased
# 1.22 2021-07-03 # 1.22 2021-07-03
- GHC 9.0 is now officially supported, and GHC 8.0, 8.2, 8.4 are not; - GHC 9.0 is now officially supported, and GHC 8.0, 8.2, 8.4 are not;

View File

@ -11,6 +11,8 @@ See also the hledger changelog.
# b0aa70b27 # b0aa70b27
# 1.22.1 unreleased
Improvements Improvements
- Allow megaparsec 9.1. - Allow megaparsec 9.1.
@ -24,8 +26,6 @@ Fixes
the transaction screen. (If it ever needs to use the journal's last day the transaction screen. (If it ever needs to use the journal's last day
as valuation date, use that day, not the day after.) as valuation date, use that day, not the day after.)
# 1.22.1 unreleased
# 1.22 2021-07-03 # 1.22 2021-07-03
Improvements Improvements

View File

@ -11,6 +11,8 @@ See also the hledger changelog.
# b0aa70b27 # b0aa70b27
# 1.22.1 unreleased
Improvements Improvements
- deps: Allow megaparsec 9.1. - deps: Allow megaparsec 9.1.
@ -20,8 +22,6 @@ Fixes
- The register chart works again when there are multiple commodities and - The register chart works again when there are multiple commodities and
transaction prices (broken since 1.22). (#1597, Stephen Morgan) transaction prices (broken since 1.22). (#1597, Stephen Morgan)
# 1.22.1 unreleased
# 1.22 2021-07-03 # 1.22 2021-07-03
Improvements Improvements

View File

@ -21,24 +21,12 @@ Features
Improvements 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, - In JSON output, object attributes are now ordered alphabetically,
consistently for all GHC and haskell lib versions. (#1618, Stephen consistently for all GHC and haskell lib versions. (#1618, Stephen
Morgan) Morgan)
- JSON output now indents with 2 spaces rather than 4. (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 - The balance commands' `-S/--sort-amount` flag now behaves more
predictably and intuitively with multiple commodities. predictably and intuitively with multiple commodities.
Multi-commodity amounts are sorted by comparing their amounts in 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. closing a journal with future transactions. Docs have been improved.
(#1604) (#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 Fixes
- Our info manuals now have more robust directory metadata (no - 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, top-level Info directory by system packages. (#1594) (Simon Michael,
Damien Cassou) 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 - Journal format docs: The commodity directive's scope is now
correctly described (lasts until end of current file). correctly described (lasts until end of current file).
# 1.22.1 unreleased
# 1.22 2021-07-03 # 1.22 2021-07-03
Features Features