Skip to content

Commit 54ad01f

Browse files
committed
Update changelog
1 parent 1202692 commit 54ad01f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2727
- Fix an issue where using environment variables to configure sqlboiler's
2828
drivers the port would fail to parse (thanks @letientai299)
2929

30+
### Changed
31+
32+
- Changed the github.com/pkg/errors library for github.com/friendsofgo/errors
33+
This change is backwards compatible, it simply needs the new dependency
34+
to be downloaded. It also provides compatible with the new Go 1.13 error
35+
handling idioms with which we'd like for users to be able to use.
36+
(thanks @jwilner)
37+
3038
## [v3.5.0] - 2019-08-26
3139

3240
### Added

0 commit comments

Comments
 (0)