Skip to content

Commit a5c0e0c

Browse files
committed
some changelog updates
1 parent caf8d81 commit a5c0e0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/docs/content/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Major rewrite.
2121
- lots of added functionality
2222
- Mocha-like DSL moved to the optional `@tapjs/mocha-globals`
2323
plugin.
24+
- Assertion aliases moved to the optional `@tapjs/synonyms`
25+
plugin (so no longer deprecated, but opt-in)
2426

2527
### CLI
2628

@@ -191,6 +193,10 @@ The `expectFail` assertion option is removed.
191193
Assertion aliases are moved to the optional `@tapjs/synonyms`
192194
plugin.
193195

196+
The `t.testdir()` method now stores its fixtures in
197+
`.tap/fixtures` in the project root, rather than
198+
`tap-testdir-{name}` as a sibling to the test file.
199+
194200
`t.teardown()` and `t.after()` are the same now.
195201

196202
Multiple methods provided to `t.teardown()` and `t.after()` will

0 commit comments

Comments
 (0)