;doc:changelogs
This commit is contained in:
parent
d7e7cd26f2
commit
2b86b806d9
21
CHANGES.md
21
CHANGES.md
@ -18,20 +18,39 @@ General changes in the hledger project.
|
|||||||
For package-specific changes, see the hledger package changelogs.
|
For package-specific changes, see the hledger package changelogs.
|
||||||
|
|
||||||
|
|
||||||
# 53b5c371
|
# d7e7cd26
|
||||||
|
|
||||||
Doc updates
|
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
|
- ISSUES
|
||||||
|
|
||||||
Website
|
Website
|
||||||
|
|
||||||
Infrastructure/Misc
|
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
|
- bump stack snapshots
|
||||||
- drop the hledger-install script
|
- drop the hledger-install script
|
||||||
- just ghci-ui: :main (and :rmain) now works again
|
- just ghci-ui: :main (and :rmain) now works again
|
||||||
|
|
||||||
|
|
||||||
# 1.50 2025-09-03
|
# 1.50 2025-09-03
|
||||||
|
|
||||||
Doc updates
|
Doc updates
|
||||||
|
|||||||
@ -17,7 +17,7 @@ API/developer-ish changes in hledger-lib.
|
|||||||
For user-visible changes, see the hledger package changelog.
|
For user-visible changes, see the hledger package changelog.
|
||||||
|
|
||||||
|
|
||||||
# 53b5c371
|
# d7e7cd26
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
|
|
||||||
@ -25,6 +25,10 @@ Fixes
|
|||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
|
||||||
|
- Hledger.Utils.IO:
|
||||||
|
- inputToHandle -> textToHandle; set utf8 not utf8_bom
|
||||||
|
- readHandlePortably, readHandlePortably' -> hGetContentsPortably
|
||||||
|
|
||||||
|
|
||||||
# 1.50.1 2025-09-16
|
# 1.50.1 2025-09-16
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@ User-visible changes in hledger-ui.
|
|||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
|
|
||||||
# 53b5c371
|
# d7e7cd26
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@ User-visible changes in hledger-web.
|
|||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
|
|
||||||
# 53b5c371
|
# d7e7cd26
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
|
|
||||||
|
|||||||
@ -26,7 +26,15 @@ API
|
|||||||
User-visible changes in the hledger command line tool and library.
|
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
|
Breaking changes
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user