Skip to content

Commit

Permalink
Version 1.31.0 → 1.31.1 (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Apr 1, 2020
1 parent cb23ca5 commit 781a01e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions dhall/CHANGELOG.md
@@ -1,3 +1,23 @@
1.31.1

* BUG FIX: [Allow whitespace after record pun entry](https://github.com/dhall-lang/dhall-haskell/pull/1733)
* The record pun feature introduced in the previous release did not
correctly parse record puns with trailing whitespace, which this change
fixes.
* [Expose `{default,}InputNormalizer`](https://github.com/dhall-lang/dhall-haskell/pull/1727)
* The previous version introduced a breaking change to the `autoWith` type
that required access to the implementation of `InputNormalizer`, which was
not exported. This change fixes that.
* Build against latest dependencies
* [`QuickCheck-2.14`](https://github.com/dhall-lang/dhall-haskell/pull/1721)
* [`haskell-lsp-0.21`](https://github.com/dhall-lang/dhall-haskell/pull/1730)
* [`repline-0.3` / `haskeline-0.8`](https://github.com/dhall-lang/dhall-haskell/pull/1717)
* [`template-haskell-2.16`](https://github.com/dhall-lang/dhall-haskell/pull/1719)
* [Prefer to format using record puns when possible](https://github.com/dhall-lang/dhall-haskell/pull/1729)
* `dhall format` will now reformat code to use record puns when applicable
* Fixes and improvements to error messages:
* [#1721](https://github.com/dhall-lang/dhall-haskell/pull/1724)

1.31.0

* [Supports version 15.0.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v15.0.0)
Expand Down
2 changes: 1 addition & 1 deletion dhall/dhall.cabal
@@ -1,5 +1,5 @@
Name: dhall
Version: 1.31.0
Version: 1.31.1
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1
Expand Down

0 comments on commit 781a01e

Please sign in to comment.