summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-06-25 13:14:25 +0100
committerNadrieril2020-06-25 13:14:25 +0100
commit501ed37a5c2287f2b25e119ad69fb8786c007cf6 (patch)
treedfaafa0a265441f5c60118bec487dd4712929c38 /README.md
parentb6efa8dd926cf2d136e3040987d81cdd1934a0fa (diff)
doc: update README after implementing import caching
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 4bd3a92..340de38 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ assert_eq!(deserialized_map, expected_map);
This implementation currently supports most of the [Dhall
standard](https://github.com/dhall-lang/dhall-lang) version `15.0.0`.
-The main missing features are import caching and import headers. See
+The main missing feature is import headers. See
[here](https://github.com/Nadrieril/dhall-rust/issues?q=is%3Aopen+is%3Aissue+label%3Astandard-compliance)
for a list of the other missing features.
@@ -173,6 +173,7 @@ same name as the corresponding test.
#### [0.5.3] - 2020-05-30
+- Support import caching
- Support building on Windows
- Support building to wasm (but imports don't work)