summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-04-10 12:22:44 +0100
committerGitHub2020-04-10 12:22:44 +0100
commitf78da0fb1f338123a226ec4d576b5329fffb5148 (patch)
tree627fa7b0b2b951efc4102d02e0a8f5a05e4aa03e /README.md
parentda80ef06a91e3869cc3c1d4dbd07259c408ff490 (diff)
parentefe4b340bebaa7ef8bce6e69194959b126c5fade (diff)
Merge pull request #160 from Nadrieril/toMap
Deserialize `Prelude.Map` and `toMap` to a map instead of a list
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6d9372b..e4411d3 100644
--- a/README.md
+++ b/README.md
@@ -169,8 +169,12 @@ same name as the corresponding test.
#### [Unreleased]
+- Deserialize `Prelude.Map` and `toMap` to a map instead of a list.
+
#### [0.5.1] - 2020-04-09
+- Small fixes
+
#### [0.5.0] - 2020-04-05
- Add `serde_dhall::from_file` to read a Dhall file directly.