Skip to content

Commit 7bf5a0b

Browse files
committed
Release 4.1.0
1 parent 8028096 commit 7bf5a0b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# Changelog
22

33
## [Unreleased]
4-
[Unreleased]: https://github.com/philandstuff/dhall-golang/compare/v4.0.0...HEAD
4+
[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)
520

621
## [4.0.0] - 2020-06-16
722
[4.0.0]: https://github.com/philandstuff/dhall-golang/compare/v3.0.0...v4.0.0

0 commit comments

Comments
 (0)