summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-03-08 17:36:51 +0000
committerNadrieril2020-03-31 21:44:01 +0100
commit4e11e882b7d064e9ddf997f9a465206cf6e471aa (patch)
tree17cba8f042c0ca9c8b863839d9244b25aa9b7fe0 /README.md
parent84796fd247eb1a13fcd092a7cd7ec2d587b261bd (diff)
Split serde_dhall::Value to separate values from types
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ffd55ef..1bcf558 100644
--- a/README.md
+++ b/README.md
@@ -167,6 +167,10 @@ same name as the corresponding test.
## Changelog
+#### [???]
+
+- Breaking change: use `serde_dhall::Type` type for type-checking instead of `serde_dhall::Value`
+
#### [0.4.0]
- `dhall` now uses the stable Rust toolchain !