summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril Feneanar2020-02-20 20:22:39 +0000
committerGitHub2020-02-20 20:22:39 +0000
commit92b5604c1049a771239a70ab14c393e8e1807c68 (patch)
tree73ffbfd6417da6b8c650ba17c40c376dc7b23c4a /README.md
parentffbde252a850c7d96e1000e1be52792c41733a28 (diff)
parente5f0602e431bc602f9e1f0045f48056ce6465481 (diff)
Merge pull request #132 from Nadrieril/catchup-spec
Catchup spec
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 18 insertions, 4 deletions
diff --git a/README.md b/README.md
index aa5cc61..2f90743 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ assert_eq!(deserialized_map, expected_map);
## Standard-compliance
This implementation currently supports partially the [Dhall
-standard](https://github.com/dhall-lang/dhall-lang) version `12.0.0`.
+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
@@ -159,11 +159,25 @@ same name as the corresponding test.
## Changelog
-- 0.2.1: Improve documentation and deserialize many more types
+[???]
-- 0.2.0: Update to supporting dhall v12.0.0
+- Update to supporting dhall v14.0.0
+- Add support for dotted field syntax
+- Disallow Natural literals with leading zeros
+- Add support for duplicate record fields
+- Update to supporting dhall v13.0.0
-- 0.1.0: Initial release
+[0.2.1]
+
+- Improve documentation and deserialize many more types
+
+[0.2.0]
+
+- Update to supporting dhall v12.0.0
+
+[0.1.0]
+
+- Initial release
## License