From 2b3a6bc48e85224c930e02bec6c0aae2291e4e90 Mon Sep 17 00:00:00 2001 From: Gabriella Gonzalez Date: Sun, 5 Nov 2023 21:46:26 -0800 Subject: [PATCH] =?UTF-8?q?Version=201.42.0=20=E2=86=92=201.42.1=20(#2545)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dhall/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dhall/CHANGELOG.md b/dhall/CHANGELOG.md index fdeea7975..3d0b5289f 100644 --- a/dhall/CHANGELOG.md +++ b/dhall/CHANGELOG.md @@ -1,3 +1,13 @@ +1.42.1 + +* Add several new entrypoints to `Dhall` module [[#2534](https://github.com/dhall-lang/dhall-haskell/pull/2534)] / [[#2544](https://github.com/dhall-lang/dhall-haskell/pull/2544)] +* Build against latest versions of: + * [`ansi-terminal`](https://github.com/dhall-lang/dhall-haskell/pull/2521) + * [`optparse-applicative`](https://github.com/dhall-lang/dhall-haskell/pull/2543) + * [`optparse-generic`](https://github.com/dhall-lang/dhall-haskell/pull/2519) + * [`lens`](https://github.com/dhall-lang/dhall-haskell/pull/2539) + * `template-haskell` [[#2532](https://github.com/dhall-lang/dhall-haskell/pull/2532)] / [[#2542](https://github.com/dhall-lang/dhall-haskell/pull/2542)] + * [`unix-compat`](https://github.com/dhall-lang/dhall-haskell/pull/2532) 1.42.0 * [Supports standard version 23.0.0](https://github.com/dhall-lang/dhall-lang/releases/tag/v23.0.0)