summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-04-05 18:14:06 +0100
committerNadrieril2020-04-05 18:14:06 +0100
commit1f1ba51249df6f3ce739d4727e054d0893fd3288 (patch)
tree7a05991753ecf28369a5a1eac932191234e35901 /README.md
parent7e977f282fb6a0eff0ef45738b9b5c98dc4c6fee (diff)
Doc tweaks
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1520b7d..11acb5a 100644
--- a/README.md
+++ b/README.md
@@ -169,7 +169,12 @@ same name as the corresponding test.
#### [???]
-- Breaking change: reworked most of the `serde_dhall` api
+- Add `serde_dhall::from_file` to read a Dhall file directly.
+- BREAKING CHANGE: reworked most of the `serde_dhall` API
+
+ You need to replace uses of `from_str(s)` with `from_str(s).parse()`. The
+ various type annotation methods have been removed; use instead the methods on
+ the `Deserializer` struct.
#### [0.4.0]