From bcf93ae43c28d5392a20172cf8977d64a3b01523 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 6 Dec 2023 22:35:50 -1000 Subject: [PATCH] ;doc: changelogs --- hledger-lib/CHANGES.md | 4 ++++ hledger/CHANGES.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 6a00ee87793..07d0a6e64ac 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -13,6 +13,10 @@ Misc. changes Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. +# 1.32.1 2023-12-06 + +- readFileStrictly is now provided by Hledger.Utils.IO + # 1.32 2023-12-01 Misc. changes diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 64d9fef8ef7..51a4689dc18 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -21,6 +21,10 @@ API User-visible changes in the hledger command line tool and library. +# 1.32.1 2023-12-06 + +- fix:import: save each file's latest dates, separately (#2125) + # 1.32 2023-12-01 Breaking changes