summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-03-21 21:50:39 +0000
committerNadrieril2020-03-21 21:50:39 +0000
commiteecd41fe5dd155752aaaa06af02bc32f8a416ba5 (patch)
tree237f932848af64f2eef3be352c9eab8ed3d439cc /README.md
parentcc7e9beda011e73e10a09a18f9d910d7e8614a9f (diff)
Tweak changelog again
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4ea3b0f..ffd55ef 100644
--- a/README.md
+++ b/README.md
@@ -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