Fix CHANGELOG to mention new alternative to constructors (#696)

... as caught by @jneira
This commit is contained in:
Gabriel Gonzalez 2018-11-24 09:37:30 -08:00 committed by GitHub
parent 99fabea38a
commit 8fd846bf46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,9 @@
* This changes the `Let` constructor to now support storing multiple
bindings per `let` expression
* See: https://github.com/dhall-lang/dhall-haskell/pull/675
* Access constructors as if they were fields of the union type
* In other words: `< Left : Bool | Right : Natural >.Left`
* See: https://github.com/dhall-lang/dhall-haskell/pull/657
* Support GHC 8.6
* See: https://github.com/dhall-lang/dhall-haskell/pull/669
* Add support for quoted path components