From 2b86b806d962664c4c2a24f5cef40b862d96842f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 26 Sep 2025 15:05:09 -1000 Subject: [PATCH] ;doc:changelogs --- CHANGES.md | 21 ++++++++++++++++++++- hledger-lib/CHANGES.md | 6 +++++- hledger-ui/CHANGES.md | 2 +- hledger-web/CHANGES.md | 2 +- hledger/CHANGES.md | 10 +++++++++- 5 files changed, 36 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0d6f72d97..f587b99bb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,20 +18,39 @@ General changes in the hledger project. For package-specific changes, see the hledger package changelogs. -# 53b5c371 +# d7e7cd26 Doc updates +- ;doc: rename ANNOUNCE.short +- ;doc:doc-update.png: update +- ;doc:DOCS: document current manual updating procedures +- ;doc:REGRESSIONS +- ;doc:REGRESSIONS: updates +- ;doc:RELEASING: updates, formatting +- ;doc:relnotes: use more reliable changelog links + - ISSUES Website Infrastructure/Misc +- ;pkg:stack98: restore needed encoding 0.10 extra dep +- ;tools: update just releasediag, add just docupdatediag +- ;tools:just ghnightly* -> nightly* +- ;tools:just: reorganise, cleanups +- ;tools:Shake manuals: more contributor instructions in the header comment [hledger_site#140] +- stack92: add valid hashtables version +- stack94: add valid hashtables version +- stack96: add valid hashtables version +- stack98: include valid hashtables version + - bump stack snapshots - drop the hledger-install script - just ghci-ui: :main (and :rmain) now works again + # 1.50 2025-09-03 Doc updates diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 5b03e55ae..28af3b44b 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -17,7 +17,7 @@ API/developer-ish changes in hledger-lib. For user-visible changes, see the hledger package changelog. -# 53b5c371 +# d7e7cd26 Breaking changes @@ -25,6 +25,10 @@ Fixes Improvements +- Hledger.Utils.IO: + - inputToHandle -> textToHandle; set utf8 not utf8_bom + - readHandlePortably, readHandlePortably' -> hGetContentsPortably + # 1.50.1 2025-09-16 diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 28fb093c5..d93e0dfc3 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -23,7 +23,7 @@ User-visible changes in hledger-ui. See also the hledger changelog. -# 53b5c371 +# d7e7cd26 Breaking changes diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 964b8d49a..64ea05a37 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -23,7 +23,7 @@ User-visible changes in hledger-web. See also the hledger changelog. -# 53b5c371 +# d7e7cd26 Breaking changes diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 1339a2ba7..52d5fcc63 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -26,7 +26,15 @@ API User-visible changes in the hledger command line tool and library. -# 53b5c371 +# d7e7cd26 + +- imp: pivoting on the type tag normalises type values to their short spelling. +- imp:accounts: --types shows a tag only when type is known +- imp:accounts: sort options a little + +- ;doc:Account names: rewrite, emphasise the two space delimiter +- ;doc: update command docs +- ;doc:journal: Editor configuration -> Editors Breaking changes