Skip to content

Commit

Permalink
Correct changelog (#5306)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii authored and cpojer committed Jan 14, 2018
1 parent 6e788b1 commit b6f5f79
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
## master

### Fixes

* `[jest-cli]` Use `import-local` to support global Jest installations.
([#5304](https://github.com/facebook/jest/pull/5304))

## jest 22.0.7

### Fixes

* `[jest-runner]` Fix memory leak in coverage reporting
([#5289](https://github.com/facebook/jest/pull/5289))

### Features

* `[jest-cli]` Make Jest exit without an error when no tests are found in the
case of `--lastCommit`, `--findRelatedTests`, or `--onlyChanged` options
having been passed to the CLI

### Fixes
* `[jest-cli]` Use `import-local` to support global Jest installations.
([#5304](https://github.com/facebook/jest/pull/5304))
* `[jest-runner]` Fix memory leak in coverage reporting
([#5289](https://github.com/facebook/jest/pull/5289))
* `[docs]` Update mention of the minimal version of node supported [#4947](https://github.com/facebook/jest/issues/4947)

### Chore & Maintenance
Expand Down

0 comments on commit b6f5f79

Please sign in to comment.