summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-03-04 22:25:30 +0000
committerNadrieril2020-03-05 15:58:54 +0000
commit8ce5763b9e98eb30e397051f8151cf909980799a (patch)
tree2c4e8bff48415951b339c5fea93a3798b905be8e /README.md
parent104a8a4a0632ee69e642521ea03239af88366346 (diff)
Update README
Diffstat (limited to 'README.md')
-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