|
| 1 | +1.14.0 |
| 2 | + |
| 3 | +* BREAKING CHANGE TO THE LANGUAGE: Switch grammar of `Natural` and `Integer` |
| 4 | + * `Natural` number literals are now unsigned and `Integer` literals always |
| 5 | + require a sign |
| 6 | + * This is a **VERY** disruptive change to most Dhall code in the wild but |
| 7 | + was unanimously agreed upon here: |
| 8 | + https://github.com/dhall-lang/dhall-lang/issues/138 |
| 9 | + * See also: https://github.com/dhall-lang/dhall-haskell/pull/381 |
| 10 | +* BREAKING CHANGE TO THE LANGUAGE: Drop support for importing directories |
| 11 | + * Importing `dir/` used to resolve to `dir/@`, which is no longer supported |
| 12 | + * See: https://github.com/dhall-lang/dhall-haskell/pull/384 |
| 13 | +* BREAKING CHANGE TO THE LANGUAGE: Change to the grammar for imports |
| 14 | + * File path components can no longer contain `#` or `?` characters |
| 15 | + * URL imports must now contain at least one path component |
| 16 | + * URL path components must match the grammar for file path components |
| 17 | + * See: https://github.com/dhall-lang/dhall-haskell/pull/390 |
| 18 | +* BREAKING CHANGE TO THE API: Rename `Path{,Mode,Hashed,Type}` to |
| 19 | + `Import{,Mode,Hashed,Type}` |
| 20 | + * In practice this change is not breaking for the most common use cases |
| 21 | + since this also provides a `Path` type synonym for backwards compatibility |
| 22 | + * See: https://github.com/dhall-lang/dhall-haskell/pull/376 |
| 23 | +* BUG FIX: Fix α-equivalence bug when type-checking `merge` |
| 24 | + * `merge` expressions would sometimes reject valid code due to a |
| 25 | + type-checking bug |
| 26 | + * See: https://github.com/dhall-lang/dhall-haskell/pull/394 |
| 27 | +* Improve import caching |
| 28 | + * See: https://github.com/dhall-lang/dhall-haskell/pull/388 |
| 29 | + * See: https://github.com/dhall-lang/dhall-haskell/pull/392 |
| 30 | +* Increase upper bound on `tasty` |
| 31 | + * See: https://github.com/dhall-lang/dhall-haskell/pull/382 |
| 32 | +* Fix lower bound on `insert-ordered-containers` |
| 33 | + * See: https://github.com/dhall-lang/dhall-haskell/pull/377 |
| 34 | + |
1 | 35 | 1.13.1
|
2 | 36 |
|
3 | 37 | * Increase upper bound on `ansi-terminal` and `megaparsec`
|
|
0 commit comments