We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1202692 commit 54ad01fCopy full SHA for 54ad01f
CHANGELOG.md
@@ -27,6 +27,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
27
- Fix an issue where using environment variables to configure sqlboiler's
28
drivers the port would fail to parse (thanks @letientai299)
29
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
38
## [v3.5.0] - 2019-08-26
39
40
### Added
0 commit comments