From cc41704c9256929b8976b2a6a1c87a82b481f0b0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 16 Mar 2023 14:44:50 -1000 Subject: [PATCH] ;doc: update changelogs --- CHANGES.md | 14 ++++++++++++++ hledger-lib/CHANGES.md | 12 +++++++++++- hledger-ui/CHANGES.md | 4 ++++ hledger-web/CHANGES.md | 2 ++ hledger/CHANGES.md | 27 +++++++++++++++++++++++++++ 5 files changed, 58 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c64365527..e15957c29 100644 --- a/CHANGES.md +++ b/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 diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index b240d1b54..c9413f4fe 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -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 diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index c4d275a31..833a60d86 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -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. diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 035b456b5..32dba7dd8 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -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. diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 28724cedf..5b2e63a16 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -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