diff options
author | Nadrieril | 2020-03-21 21:50:39 +0000 |
---|---|---|
committer | Nadrieril | 2020-03-21 21:50:39 +0000 |
commit | eecd41fe5dd155752aaaa06af02bc32f8a416ba5 (patch) | |
tree | 237f932848af64f2eef3be352c9eab8ed3d439cc | |
parent | cc7e9beda011e73e10a09a18f9d910d7e8614a9f (diff) |
Tweak changelog again
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -167,7 +167,7 @@ same name as the corresponding test. ## Changelog -### [0.4.0] +#### [0.4.0] - `dhall` now uses the stable Rust toolchain ! - Implement record puns @@ -178,7 +178,7 @@ same name as the corresponding test. - Implement projection by expression - Implement some normalization simplifications -### [0.3.0] +#### [0.3.0] - Update to supporting dhall v14.0.0 - Add support for dotted field syntax @@ -186,15 +186,15 @@ same name as the corresponding test. - Add support for duplicate record fields - Update to supporting dhall v13.0.0 -### [0.2.1] +#### [0.2.1] - Improve documentation and deserialize many more types -### [0.2.0] +#### [0.2.0] - Update to supporting dhall v12.0.0 -### [0.1.0] +#### [0.1.0] - Initial release |