We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55ce24e + b036568 commit d502c9fCopy full SHA for d502c9f
CHANGES.md
@@ -1,5 +1,11 @@
1
# go-test/deep Changelog
2
3
+## v1.0.9 released 2022-12-09
4
+
5
+* Fixed issue #45: Panic when comparing errors in unexported fields (PR #54) (@seveas)
6
+* Fixed issue #46: Functions are handled differently from reflect.DeepEqual (PR #55) (@countcb)
7
+* Updated matrix to go1.17, go1.18, and go1.19 and moved testing to GitHub Actions
8
9
## v1.0.8 released 2021-10-13
10
11
* Updated matrix to go1.15, go1.16, and go1.17
0 commit comments