Skip to content

Commit

Permalink
chore: update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 25, 2022
1 parent 33ad8c3 commit 352ff29
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

### Features

### Fixes

### Chore & Maintenance

### Performance

## 29.0.0

### Features

- `[expect]` [**BREAKING**] Differentiate between `MatcherContext` `MatcherUtils` and `MatcherState` types ([#13141](https://github.com/facebook/jest/pull/13141))
- `[jest-circus]` Add support for `test.failing.each` ([#13142](https://github.com/facebook/jest/pull/13142))
- `[jest-config]` [**BREAKING**] Make `snapshotFormat` default to `escapeString: false` and `printBasicPrototype: false` ([#13036](https://github.com/facebook/jest/pull/13036))
Expand Down Expand Up @@ -35,8 +45,6 @@
- `[jest-leak-detector]` Remove support for `weak-napi` ([#13035](https://github.com/facebook/jest/pull/13035))
- `[jest-snapshot]` [**BREAKING**] Require `rootDir` as argument to `SnapshotState` ([#13150](https://github.com/facebook/jest/pull/13150))

### Performance

## 28.1.3

### Features
Expand Down

0 comments on commit 352ff29

Please sign in to comment.