diff options
author | Nadrieril | 2020-06-25 13:48:39 +0100 |
---|---|---|
committer | Nadrieril | 2020-06-25 15:12:09 +0100 |
commit | 8ca63c1cd953f2f480b25d63727a30da7a3c43df (patch) | |
tree | bfb7d79d0a086ca34197a709d002b113164963a3 | |
parent | 233e17abd5ec68f2a964954fb42c23705e6fa62d (diff) |
spec: support Dhall v16.0.0
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | README.md | 2 | ||||
m--------- | dhall-lang | 0 |
3 files changed, 2 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f410d16..436b02c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,7 @@ #### [Unreleased] -- Update encoding of floating point values to RFC7049bis -- Allow unions with mixed kinds -- Adjust precedence of `===` and `with` +- Support Dhall v16.0.0 - Fix running tests on Windows. Developing on this lib should now be possible on Windows. #### [0.5.3] - 2020-05-30 @@ -72,7 +72,7 @@ assert_eq!(deserialized_map, expected_map); ## Standard-compliance This implementation currently supports most of the [Dhall -standard](https://github.com/dhall-lang/dhall-lang) version `15.0.0`. +standard](https://github.com/dhall-lang/dhall-lang) version `16.0.0`. The main missing feature is import headers. See [here](https://github.com/Nadrieril/dhall-rust/issues?q=is%3Aopen+is%3Aissue+label%3Astandard-compliance) diff --git a/dhall-lang b/dhall-lang -Subproject 379e741365465313aa77e755077bd81f328ca1b +Subproject 4d7c8e403202d7e8c64429bc23da41e33475d4e |