summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-04-10 12:10:53 +0100
committerNadrieril2020-04-10 12:10:53 +0100
commitefe4b340bebaa7ef8bce6e69194959b126c5fade (patch)
tree627fa7b0b2b951efc4102d02e0a8f5a05e4aa03e /README.md
parentda80ef06a91e3869cc3c1d4dbd07259c408ff490 (diff)
Deserialize `Prelude.Map` and `toMap` to a map instead of a list
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 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.