From 1f1ba51249df6f3ce739d4727e054d0893fd3288 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 5 Apr 2020 18:14:06 +0100 Subject: Doc tweaks --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') 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] -- cgit v1.2.3