summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNadrieril2020-06-25 14:35:25 +0100
committerNadrieril2020-06-25 15:13:48 +0100
commit61ad94761e8428c19ca06ebb100cd4ee06c02f5a (patch)
tree93b2dbbc70ff977a9e160ed7053ba95c9cdd2c20 /CHANGELOG.md
parentac7e39a752c41c06155e27e84404c67c1341065d (diff)
spec: support Dhall v17.0.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8854a31..2a63eb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,11 @@
#### [Unreleased]
-- BREAKING CHANGE: Remove Optional/build and Optional/fold
-- BREAKING CHANGE: Remove the ability to quote paths in URLs
-- Allow quoted labels to be empty
-- Support Dhall v16.0.0
+- BREAKING CHANGE: Support Dhall v17.0.0
+
+ See https://github.com/dhall-lang/dhall-lang/releases/tag/v16.0.0 and
+ https://github.com/dhall-lang/dhall-lang/releases/tag/v17.0.0 for details.
+
- Fix running tests on Windows. Developing on this lib should now be possible on Windows.
#### [0.5.3] - 2020-05-30
@@ -17,7 +18,7 @@
#### [0.5.2] - 2020-04-12
- Fix #162
-- Update to supporting dhall v15.0.0
+- Update to supporting Dhall v15.0.0
- Deserialize `Prelude.Map` and `toMap` to a map instead of a list.
#### [0.5.1] - 2020-04-09