Skip to content

Commit

Permalink
Fix changelog entry position
Browse files Browse the repository at this point in the history
  • Loading branch information
rubennorte committed Apr 3, 2019
1 parent fd2db75 commit 5d0f9f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@

### Fixes

- `[@jest/console]` Print to stderr when calling `console.error`, `console.warn` or `console.assert` using the `jest-runtime` CLI ([#8261](https://github.com/facebook/jest/pull/8261))

### Chore & Maintenance

### Performance
Expand All @@ -17,7 +19,6 @@

### Fixes

- `[@jest/console]` Print to stderr when calling `console.error`, `console.warn` or `console.assert` using the `jest-runtime` CLI ([#8261](https://github.com/facebook/jest/pull/8261))
- `[expect]` Add negative equality tests for iterables ([#8260](https://github.com/facebook/jest/pull/8260))
- `[jest-haste-map]` Resolve fs watcher EMFILE error ([#8258](https://github.com/facebook/jest/pull/8258))

Expand Down

0 comments on commit 5d0f9f2

Please sign in to comment.