;doc: update changelogs
This commit is contained in:
parent
8474c811c5
commit
be1e921dca
16
CHANGES.md
16
CHANGES.md
@ -19,15 +19,17 @@ General changes in the hledger project.
|
|||||||
For package-specific changes, see the hledger package changelogs.
|
For package-specific changes, see the hledger package changelogs.
|
||||||
|
|
||||||
|
|
||||||
|
# 9182e47b
|
||||||
|
|
||||||
|
Infrastructure/Misc
|
||||||
|
|
||||||
|
- Tools updates
|
||||||
|
|
||||||
|
- Fix cabalfilestest: test all cabal files before any hackage upload.
|
||||||
|
|
||||||
|
|
||||||
# 1.42 2025-03-07
|
# 1.42 2025-03-07
|
||||||
|
|
||||||
Docs
|
|
||||||
|
|
||||||
- new/updated: ACHIEVEMENTS, CREDITS, FINANCE, MOCKUPS, REGRESSIONS, RELEASING, Scripts
|
|
||||||
- examples/csv: pooltool-rewards.csv.rule cleanup
|
|
||||||
- examples: some sample hledger run scripts
|
|
||||||
- examples: test files for CSV encoding [#2319]
|
|
||||||
|
|
||||||
Infrastructure/Misc
|
Infrastructure/Misc
|
||||||
|
|
||||||
- Unix bindists in github releases now include the man pages and info manuals. [#2309]
|
- Unix bindists in github releases now include the man pages and info manuals. [#2309]
|
||||||
|
|||||||
@ -22,6 +22,9 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
|
|||||||
For user-visible changes, see the hledger package changelog.
|
For user-visible changes, see the hledger package changelog.
|
||||||
|
|
||||||
|
|
||||||
|
# 9182e47b
|
||||||
|
|
||||||
|
|
||||||
# 1.42 2025-03-07
|
# 1.42 2025-03-07
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
|||||||
@ -22,6 +22,11 @@ User-visible changes in hledger-ui.
|
|||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
|
|
||||||
|
# 9182e47b
|
||||||
|
|
||||||
|
- allow vty 6.4
|
||||||
|
|
||||||
|
|
||||||
# 1.42 2025-03-07
|
# 1.42 2025-03-07
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
|
|||||||
@ -22,6 +22,11 @@ User-visible changes in hledger-web.
|
|||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
|
|
||||||
|
# 9182e47b
|
||||||
|
|
||||||
|
- Build with hledger 1.42.1.
|
||||||
|
|
||||||
|
|
||||||
# 1.42 2025-03-07
|
# 1.42 2025-03-07
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
|
|||||||
@ -23,6 +23,24 @@ API
|
|||||||
User-visible changes in the hledger command line tool and library.
|
User-visible changes in the hledger command line tool and library.
|
||||||
|
|
||||||
|
|
||||||
|
# 9182e47b
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
|
||||||
|
- Fix a regression in the parsing of single ampersands (&) in csv rules.
|
||||||
|
(Thomas Miedema, [#2352])
|
||||||
|
|
||||||
|
- The run and repl commands no longer cache data wrongly when using the --forecast option.
|
||||||
|
(Dmitry Astapov, [#2345])
|
||||||
|
|
||||||
|
- The run and repl commands no longer miss a caching opportunity when using --forecast with a period argument.
|
||||||
|
(Stephen Morgan)
|
||||||
|
|
||||||
|
Docs
|
||||||
|
|
||||||
|
- run, repl: doc fixes (Pranesh Prakash, Simon Michael)
|
||||||
|
|
||||||
|
|
||||||
# 1.42 2025-03-07
|
# 1.42 2025-03-07
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
@ -124,6 +142,10 @@ Docs
|
|||||||
- Aliases and account types: better troubleshooting command
|
- Aliases and account types: better troubleshooting command
|
||||||
- Beancount output: mention limitations: P and balance assignments
|
- Beancount output: mention limitations: P and balance assignments
|
||||||
- Balance report output: drop outdated note about --tree and HTML [#1846]
|
- Balance report output: drop outdated note about --tree and HTML [#1846]
|
||||||
|
- new/updated: ACHIEVEMENTS, CREDITS, FINANCE, MOCKUPS, REGRESSIONS, RELEASING, Scripts
|
||||||
|
- examples/csv: pooltool-rewards.csv.rule cleanup
|
||||||
|
- examples: some sample hledger run scripts
|
||||||
|
- examples: test files for CSV encoding [#2319]
|
||||||
|
|
||||||
Scripts/addons
|
Scripts/addons
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user