summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/README.md b/README.md
index 863beef..1d77e95 100644
--- a/README.md
+++ b/README.md
@@ -62,13 +62,12 @@ assert_eq!(deserialized_map, expected_map);
## Standard-compliance
-This implementation currently supports partially the [Dhall
+This implementation currently supports most of the [Dhall
standard](https://github.com/dhall-lang/dhall-lang) version `14.0.0`.
-Only local imports are supported, but otherwise the main features are
-implemented. See
+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)
-for a list of missing features.
+for a list of the other missing features.
# Contributing
@@ -159,6 +158,14 @@ same name as the corresponding test.
## Changelog
+[???]
+
+- Implement remote imports with conservative sanity checking
+- Implement `missing` and `env:VAR` imports
+- Implement `as Text` and `as Location` imports
+- Implement projection by expression
+- Implement some normalization simplifications
+
[0.3.0]
- Update to supporting dhall v14.0.0