Skip to content

Commit 6a2b3a2

Browse files
committed
v1.26.0
1 parent 6a18fb0 commit 6a2b3a2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -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+
111
## 1.25.0
212

313
### Features

gomega_dsl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/onsi/gomega/types"
2323
)
2424

25-
const GOMEGA_VERSION = "1.25.0"
25+
const GOMEGA_VERSION = "1.26.0"
2626

2727
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
2828
If you're using Ginkgo then you probably forgot to put your assertion in an It().

0 commit comments

Comments
 (0)