You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
2
+
## v2.9.2 (2022-12-21)
3
+
4
+
#### :bug: Bug Fix
5
+
*[#1302](https://github.com/emberjs/ember-test-helpers/pull/1302)[backport] Remove the index signature from `TestContext` ([@chriskrycho](https://github.com/chriskrycho))
6
+
* Backporting [#1301](https://github.com/emberjs/ember-test-helpers/pull/1301) Remove the index signature from `TestContext` ([@dfreeman](https://github.com/dfreeman))
7
+
*[#1303](https://github.com/emberjs/ember-test-helpers/pull/1303)`TestContext.resumeTest()` returns `void`, not `Promise<void>` ([@chriskrycho](https://github.com/chriskrycho))
8
+
9
+
#### Committers: 1
10
+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
11
+
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))
12
+
1
13
## v2.9.1 (2022-12-16)
2
14
3
15
***Note:** these were all back-ported from master since they could go out on 2.9. This will be the last 2.9 release unless there are critical bug fixes here!*
0 commit comments