|
| 1 | +1.22.0 |
| 2 | + |
| 3 | +* Supports version 7.0.0 of the standard |
| 4 | + * See: https://github.com/dhall-lang/dhall-lang/releases/tag/v7.0.0 |
| 5 | +* BREAKING CHANGE: Remove deprecated `Path` type synonym |
| 6 | + * See: https://github.com/dhall-lang/dhall-haskell/pull/858 |
| 7 | +* BUG FIX: Correctly parse identifiers beginning with `http` |
| 8 | + * i.e. `httpPort` was supposed to be a valid identifier name and now is |
| 9 | + * See: https://github.com/dhall-lang/dhall-haskell/pull/870 |
| 10 | +* BUG FIX: Fix `dhall encode` bug |
| 11 | + * `dhall encode` bug was generating binary expressions that were valid |
| 12 | + (i.e. they would decode correctly) but were non-standard (i.e. hashing |
| 13 | + them would not match the hash you would normally get from a semantic |
| 14 | + integrity check) |
| 15 | + * Semantic integrity checks were not affected by this bug since they used |
| 16 | + a slightly different code path that generated the correct binary input to |
| 17 | + the hash. Only the `dhall decode` subcommand was affected |
| 18 | + * See: https://github.com/dhall-lang/dhall-haskell/pull/859 |
| 19 | +* BUG FIX: Fix for `Dhall.UnionType` |
| 20 | + * This fixes some expressions that would previously fail to marshal into |
| 21 | + Haskell, specifically those were the marshalling logic was built using |
| 22 | + the `UnionType` utilities |
| 23 | + * See: https://github.com/dhall-lang/dhall-haskell/pull/857 |
| 24 | +* Feature: New `--alpha` flag to α-normalize command-line output |
| 25 | + * See: https://github.com/dhall-lang/dhall-haskell/pull/855 |
| 26 | +* Performance improvements |
| 27 | + * The normalizer is now *much* faster |
| 28 | + * See: https://github.com/dhall-lang/dhall-haskell/pull/876 |
| 29 | + |
1 | 30 | 1.21.0 |
2 | 31 |
|
3 | 32 | * Supports version 6.0.0 of the language standard |
|
0 commit comments