;doc: changelogs: note some 1.22.1 changes I missed
This commit is contained in:
parent
7673778022
commit
81dfbc9ac2
@ -11,12 +11,12 @@ See also the hledger changelog.
|
|||||||
|
|
||||||
# 4451d68a6
|
# 4451d68a6
|
||||||
|
|
||||||
- ;imp: ui: doc: document watch mode and limitations (#1617, #911, #836..)
|
|
||||||
|
|
||||||
# 1.22.1 2021-08-02
|
# 1.22.1 2021-08-02
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
|
||||||
|
- Document watch mode and its limitations. (#1617, #911, #836)
|
||||||
|
|
||||||
- Allow megaparsec 9.1.
|
- Allow megaparsec 9.1.
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
|
|||||||
@ -41,21 +41,6 @@ Improvements
|
|||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
|
|
||||||
- `cur:` and `amt:` queries now match the original amounts before
|
|
||||||
valuation and cost conversion, as they did before hledger 1.22. We
|
|
||||||
believe this is the more useful behaviour in practice. (#1625)
|
|
||||||
(Stephen Morgan)
|
|
||||||
|
|
||||||
- Queries now work better with `register --related`, no longer showing
|
|
||||||
duplicate postings when more than one posting in a transaction is
|
|
||||||
matched. (#1629) (Stephen Morgan)
|
|
||||||
|
|
||||||
- Valuation now works with `register --related`. (#1630) (Stephen
|
|
||||||
Morgan)
|
|
||||||
|
|
||||||
- Auto posting rules now see inferred transaction-balancing amounts,
|
|
||||||
not just explicit amounts. (#1412) (Stephen Morgan)
|
|
||||||
|
|
||||||
# 1.22.1 2021-08-02
|
# 1.22.1 2021-08-02
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
@ -71,6 +56,21 @@ Improvements
|
|||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
|
|
||||||
|
- `cur:` and `amt:` queries now match the original amounts before
|
||||||
|
valuation and cost conversion, as they did before hledger 1.22. We
|
||||||
|
believe this is the more useful behaviour in practice. (#1625)
|
||||||
|
(Stephen Morgan)
|
||||||
|
|
||||||
|
- Queries now work better with `register --related`, no longer showing
|
||||||
|
duplicate postings when more than one posting in a transaction is
|
||||||
|
matched. (#1629) (Stephen Morgan)
|
||||||
|
|
||||||
|
- Valuation now works with `register --related`. (#1630) (Stephen
|
||||||
|
Morgan)
|
||||||
|
|
||||||
|
- Auto posting rules now also see inferred amounts,
|
||||||
|
not just explicit amounts. (#1412) (Stephen Morgan)
|
||||||
|
|
||||||
- Our info manuals now have more robust directory metadata (no
|
- Our info manuals now have more robust directory metadata (no
|
||||||
subdirectory path), making them more likely to be linked in your
|
subdirectory path), making them more likely to be linked in your
|
||||||
top-level Info directory by system packages. (#1594) (Simon Michael,
|
top-level Info directory by system packages. (#1594) (Simon Michael,
|
||||||
@ -82,6 +82,10 @@ Fixes
|
|||||||
- 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).
|
||||||
|
|
||||||
|
- The aregister command now properly ignores a `depth:` argument.
|
||||||
|
It might now also behave more correctly with valuation or `--txn-dates`.
|
||||||
|
(#1634, Stephen Morgan)
|
||||||
|
|
||||||
# 1.22 2021-07-03
|
# 1.22 2021-07-03
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user