From 9151fb0fdc7fced5419c6b0031a3f3001560c3e2 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Fri, 15 Jan 2021 21:51:44 -0800 Subject: [PATCH] =?UTF-8?q?Version=201.37.1=20=E2=86=92=201.37.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dhall/CHANGELOG.md | 18 ++++++++++++++++++ dhall/dhall.cabal | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/dhall/CHANGELOG.md b/dhall/CHANGELOG.md index 9b2498fac..800f72a1c 100644 --- a/dhall/CHANGELOG.md +++ b/dhall/CHANGELOG.md @@ -1,3 +1,21 @@ +1.37.2 + +* [BUG FIX: Fix CORS compliance check](https://github.com/dhall-lang/dhall-haskell/pull/2121) + * Previous versions were not correctly enforcing CORS compliance + * This implies that some imports that would have worked previously by + accident will now fail; specifically: an import from one domain + transitively importing something from another domain that has not opted + into CORS +* [Detect preferred character set from input](https://github.com/dhall-lang/dhall-haskell/pull/2108) + * `dhall format` will now preserve the character set of the formatted file + by default. In other words, if the file uses ASCII punctuation then + `dhall format` will format the file using ASCII punctuation. + * If the file contains both ASCII and Unicode punctuation it will prefer + Unicode by default +* [Add `ToDhall (Fix f)` instance](https://github.com/dhall-lang/dhall-haskell/pull/2122) +* Fixes and improvements to error messages + * [#2130](https://github.com/dhall-lang/dhall-haskell/pull/2130) + 1.37.1 * [Fix performance regression for `with` expressions](https://github.com/dhall-lang/dhall-haskell/pull/2112) diff --git a/dhall/dhall.cabal b/dhall/dhall.cabal index 60796e0a9..d2e424c82 100644 --- a/dhall/dhall.cabal +++ b/dhall/dhall.cabal @@ -1,5 +1,5 @@ Name: dhall -Version: 1.37.1 +Version: 1.37.2 Cabal-Version: >=1.10 Build-Type: Simple Tested-With: GHC == 8.4.3, GHC == 8.6.1