;doc: update changelogs

This commit is contained in:
Simon Michael 2022-06-04 11:28:59 +01:00
parent faa05764d7
commit d27a581e0f
5 changed files with 11 additions and 14 deletions

View File

@ -9,7 +9,7 @@
General changes in the hledger project.
For package-specific changes, see the hledger package changelogs.
# 05d5b7860
# 9155d679f
Scripts/addons

View File

@ -9,7 +9,7 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 2bce91090
# faa05764d
Breaking changes
@ -42,6 +42,8 @@ Breaking changes
Misc. changes
- Allow doclayout 0.4.
- Our doctests now run with GHC 9.2+ only, to avoid doctest issues.
- Hledger.Data.JournalChecks: some Journal checks have been moved and renamed:

View File

@ -9,7 +9,7 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# 2bce91090
# 1085a2a77
- Uses hledger 1.26.

View File

@ -9,7 +9,11 @@ __ _____| |__
User-visible changes in hledger-web.
See also the hledger changelog.
# 2bce91090
# 5ed6c9426
Fixes
- Don't add link URLs when printing.
Improvements

View File

@ -9,16 +9,7 @@
User-visible changes in the hledger command line tool and library.
# 2bce91090
Breaking changes
- Enforce that all files are decoded as UTF-8, ignoring the system locale.
Experimental; real-world testing and feedback is needed.
(#1619, #1834. May also affect #1154, #1033, #708, #536, #73.)
(Stephen Morgan)
Features
# 9155d679f
Improvements