;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>
(#1602)
# 1.22.1 unreleased
# 1.22 2021-07-03
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
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;

View File

@ -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

View File

@ -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

View File

@ -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