diff options
author | Nadrieril | 2020-09-14 22:20:04 +0100 |
---|---|---|
committer | Nadrieril | 2020-09-14 22:20:04 +0100 |
commit | ffb7cff2ff317c81248a680e4899fa45eed00daa (patch) | |
tree | 591f4e26859a94d744d55343fa936bc236dc5b83 | |
parent | 97a3719a3b4fa88873cd128fb193444c5d4bb387 (diff) |
spec: update to 17.1.0
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
m--------- | dhall-lang | 0 |
3 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c5e34..9449d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ #### [Unreleased] +- Support Dhall v17.1.0 + #### [0.6.0] - 2020-08-05 - Allow trailing delimiters in records, lists, etc. @@ -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 `17.0.0`. +standard](https://github.com/dhall-lang/dhall-lang) version `17.1.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 0c899ab31fdb857f535fe9f5b37f981271824a6 +Subproject 2cb2e1804aa5ba8379137df1fc1fd1e9afb17ec |