diff --git a/CHANGES.md b/CHANGES.md index 66d11ae4e..77b64f04d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,7 +9,7 @@ General changes in the hledger project. For package-specific changes, see the hledger package changelogs. -# 05d5b7860 +# 9155d679f Scripts/addons diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 3819d7dc9..bb1c59c8a 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -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: diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index fffbfcb55..098e06586 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -9,7 +9,7 @@ User-visible changes in hledger-ui. See also the hledger changelog. -# 2bce91090 +# 1085a2a77 - Uses hledger 1.26. diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 4f974d979..be741891d 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -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 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 7c98a49f5..299ae0832 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -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