summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-03-21 21:50:06 +0000
committerNadrieril2020-03-21 21:50:06 +0000
commitcc7e9beda011e73e10a09a18f9d910d7e8614a9f (patch)
tree4f5ab667fc3295f589f5ce6bdaa83ced8e9d6ebc /README.md
parentc944a61c17cffde8620c46c70fceb36462b082ca (diff)
Tweak README
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 ca20583..4ea3b0f 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