We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8028096 commit 7bf5a0bCopy full SHA for 7bf5a0b
CHANGELOG.md
@@ -1,7 +1,22 @@
1
# Changelog
2
3
## [Unreleased]
4
-[Unreleased]: https://github.com/philandstuff/dhall-golang/compare/v4.0.0...HEAD
+[Unreleased]: https://github.com/philandstuff/dhall-golang/compare/v4.1.0...HEAD
5
+
6
+## [4.1.0] - 2020-08-10
7
+[4.1.0]: https://github.com/philandstuff/dhall-golang/compare/v4.0.0...v4.1.0
8
9
+This brings dhall-golang up to version 17.1.0 of the Dhall standard.
10
11
+### Added
12
13
+ * Language changes
14
+ * Allow trailing delmiters (such as trailing commas in lists,
15
+ trailing pipes in unions)
16
17
+### Fixed
18
19
+ * Fix potential panic when typechecking `toMap` expressions (#49)
20
21
## [4.0.0] - 2020-06-16
22
[4.0.0]: https://github.com/philandstuff/dhall-golang/compare/v3.0.0...v4.0.0
0 commit comments