Skip to content

Commit 2470852

Browse files
committed
v2.9.0
1 parent 8cda4ef commit 2470852

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.9.0
2+
3+
### Features
4+
- AttachProgressReporter is an experimental feature that allows users to provide arbitrary information when a ProgressReport is requested [28801fe]
5+
6+
- GinkgoT() has been expanded to include several Ginkgo-specific methods [2bd5a3b]
7+
8+
The intent is to enable the development of third-party libraries that integrate deeply with Ginkgo using `GinkgoT()` to access Ginkgo's functionality.
9+
110
## 2.8.4
211

312
### Features

types/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.8.4"
3+
const VERSION = "2.9.0"

0 commit comments

Comments
 (0)