We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a18fb0 commit 6a2b3a2Copy full SHA for 6a2b3a2
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 1.26.0
2
+
3
+### Features
4
+- When a polled function returns an error, keep track of the actual and report on the matcher state of the last non-errored actual [21f3090]
5
+- improve eventually failure message output [c530fb3]
6
7
+### Fixes
8
+- fix several documentation spelling issues [e2eff1f]
9
10
11
## 1.25.0
12
13
### Features
gomega_dsl.go
@@ -22,7 +22,7 @@ import (
22
"github.com/onsi/gomega/types"
23
)
24
25
-const GOMEGA_VERSION = "1.25.0"
+const GOMEGA_VERSION = "1.26.0"
26
27
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
28
If you're using Ginkgo then you probably forgot to put your assertion in an It().
0 commit comments