summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-03-22 21:20:58 +0000
committerNadrieril2020-03-31 21:45:31 +0100
commit1a98b506055779e1a60558d9c5a56b071b3d61a0 (patch)
tree1ec11648ed9e3c503c6f4f06307c3541af648a23 /README.md
parent196491a37a9ab2869ab6d76e1417a85a9e033dd4 (diff)
Reorganize API and internals of serde_dhall a bit
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8afcac6..efe4c91 100644
--- a/README.md
+++ b/README.md
@@ -170,7 +170,7 @@ same name as the corresponding test.
#### [???]
- Add `serde_dhall::options` for finer control over Dhall behavior
-- Breaking change: use `serde_dhall::simple::Type` type for type-checking instead of `serde_dhall::Value`
+- Breaking change: reworked most of the `serde_dhall` api
#### [0.4.0]