mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-25 19:31:44 +03:00
;doc: update changelogs
This commit is contained in:
parent
83a8108055
commit
cc41704c92
14
CHANGES.md
14
CHANGES.md
@ -9,6 +9,20 @@
|
||||
General changes in the hledger project.
|
||||
For package-specific changes, see the hledger package changelogs.
|
||||
|
||||
# 83a810805
|
||||
|
||||
Scripts/addons
|
||||
|
||||
- hledger-install: slight output cleanups
|
||||
|
||||
Docs
|
||||
|
||||
- RELEASING: new release process diagram
|
||||
|
||||
Infrastructure
|
||||
|
||||
- update hie.yaml so HLS uses GHC 9.4
|
||||
|
||||
# 1.29 2023-03-11
|
||||
|
||||
Scripts/addons
|
||||
|
@ -9,8 +9,18 @@
|
||||
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
|
||||
For user-visible changes, see the hledger package changelog.
|
||||
|
||||
# 1.29 2023-03-11
|
||||
# d3e4f8547
|
||||
|
||||
- Hledger.Utils.String:
|
||||
|
||||
added:
|
||||
strip1Char
|
||||
stripBy
|
||||
strip1By
|
||||
|
||||
- Allow building with GHC 9.6.1; add base-compat (#2011)
|
||||
|
||||
# 1.29 2023-03-11
|
||||
- added terminal colour detection helpers:
|
||||
terminalIsLight
|
||||
terminalLightness
|
||||
|
@ -9,6 +9,10 @@
|
||||
User-visible changes in hledger-ui.
|
||||
See also the hledger changelog.
|
||||
|
||||
# cb011c0c7
|
||||
|
||||
- Allow building with GHC 9.6.1 (#2011)
|
||||
|
||||
# 1.29 2023-03-11
|
||||
|
||||
- In the help dialog, mention that LEFT shows other screens.
|
||||
|
@ -9,6 +9,8 @@ __ _____| |__
|
||||
User-visible changes in hledger-web.
|
||||
See also the hledger changelog.
|
||||
|
||||
# cb011c0c7
|
||||
|
||||
# 1.29 2023-03-11
|
||||
|
||||
- The add form's typeahead now shows non-ascii text correctly.
|
||||
|
@ -9,6 +9,33 @@
|
||||
User-visible changes in the hledger command line tool and library.
|
||||
|
||||
|
||||
# 62bb93af9
|
||||
|
||||
Improvements
|
||||
|
||||
- Hledger.Cli.Script now also exports
|
||||
|
||||
Control.Applicative
|
||||
Control.Concurrent
|
||||
Data.Char
|
||||
Data.Functor
|
||||
System.IO
|
||||
System.IO.Error
|
||||
|
||||
and new string helpers
|
||||
|
||||
strip1Char
|
||||
stripBy
|
||||
strip1By
|
||||
|
||||
- Allow building with GHC 9.6.1 (#2011)
|
||||
|
||||
Fixes
|
||||
|
||||
Docs
|
||||
|
||||
- remove duplicate in `hledger close` docs (Yehoshua Pesach Wallach)
|
||||
|
||||
# 1.29 2023-03-11
|
||||
|
||||
Breaking changes
|
||||
|
Loading…
Reference in New Issue
Block a user