We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ca289 commit fc3472dCopy full SHA for fc3472d
dhall/CHANGELOG.md
@@ -1,3 +1,12 @@
1
+1.20.1
2
+
3
+* BUG FIX: Fix binary encoding to use correct standard version
4
+ * This fixes computed hashes to correctly match standard version 5.0.0
5
+ * This is not marked as a breaking change since it is a bug fix. The
6
+ 1.20.0 release will be blacklisted on Hackage and users should upgrade
7
+ from 1.19.* directly to 1.20.1
8
+ * See: https://github.com/dhall-lang/dhall-haskell/pull/771
9
10
1.20.0
11
12
* Supports version 5.0.0 of the language standard
dhall/dhall.cabal
@@ -1,5 +1,5 @@
Name: dhall
-Version: 1.20.0
+Version: 1.20.1
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 8.0.1
0 commit comments