summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-04-11 17:30:53 +0100
committerGitHub2020-04-11 17:30:53 +0100
commitfeb6fdbc4e1bb6a168175f80f36cb18a04f13a9c (patch)
tree1b10e9fe2f27b352bf5f37be1f7383f50ee429c6 /README.md
parentf78da0fb1f338123a226ec4d576b5329fffb5148 (diff)
parent8ccbfcd1f7f7325c034f23a2cf943710ecb73337 (diff)
Merge pull request #161 from Nadrieril/catchup-spec
Move to v15 of the standard
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e4411d3..8ed7711 100644
--- a/README.md
+++ b/README.md
@@ -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 `14.0.0`.
+standard](https://github.com/dhall-lang/dhall-lang) version `15.0.0`.
The main missing features are import caching and import headers. See
[here](https://github.com/Nadrieril/dhall-rust/issues?q=is%3Aopen+is%3Aissue+label%3Astandard-compliance)
@@ -169,6 +169,7 @@ same name as the corresponding test.
#### [Unreleased]
+- Update to supporting dhall v15.0.0
- Deserialize `Prelude.Map` and `toMap` to a map instead of a list.
#### [0.5.1] - 2020-04-09