;doc:changelogs

This commit is contained in:
Simon Michael 2025-09-26 15:05:09 -10:00
parent d7e7cd26f2
commit 2b86b806d9
5 changed files with 36 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -23,7 +23,7 @@ User-visible changes in hledger-ui.
See also the hledger changelog.
# 53b5c371
# d7e7cd26
Breaking changes

View File

@ -23,7 +23,7 @@ User-visible changes in hledger-web.
See also the hledger changelog.
# 53b5c371
# d7e7cd26
Breaking changes

View File

@ -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