Skip to content

Commit fcf6e0c

Browse files
authored
Release 1.0.0-rc.4 (#20)
1 parent a6a2b01 commit fcf6e0c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
# Changelog
22

33
## [Unreleased]
4-
[Unreleased]: https://github.com/philandstuff/dhall-golang/compare/v1.0.0-rc.3...HEAD
4+
[Unreleased]: https://github.com/philandstuff/dhall-golang/compare/v1.0.0-rc.4...HEAD
5+
6+
## [1.0.0-rc.4] - 2020-03-06
7+
[1.0.0-rc.4]: https://github.com/philandstuff/dhall-golang/compare/v1.0.0-rc.3...v1.0.0-rc.4
58

69
### Breaking changes
710

8-
- dhall.Decode() now returns an error instead of panicking
11+
- dhall.Decode() now returns an error instead of panicking (#18)
912

1013
### Changed
1114

12-
- better encoding of Optional types
15+
- regenerate parser from mna/pigeon master (#16)
16+
- support for unmarshalling into pointer types (#17)
17+
- better encoding of Optional types (#19)
1318

1419
## [1.0.0-rc.3] - 2020-02-23
1520

16-
[1.0.0-rc.3]: https://github.com/philandstuff/dhall-golang/compare/v1.0.0-rc.3...v1.0.0-rc.3
21+
[1.0.0-rc.3]: https://github.com/philandstuff/dhall-golang/compare/v1.0.0-rc.2...v1.0.0-rc.3
1722

1823
Another release candidate. A few more breaking changes, though less
1924
drastic than rc.2 was. Things are slowly stabilising.

0 commit comments

Comments
 (0)