Skip to content

Commit

Permalink
off by one again, how can this be??
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 28, 2020
1 parent ba052a3 commit 495d114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -19,7 +19,7 @@
- `[jest-runtime, jest-transform]` share `cacheFS` between runtime and transformer ([#10901](https://github.com/facebook/jest/pull/10901))
- `[jest-transform]` Pass config options defined in Jest's config to transformer's `process` and `getCacheKey` functions ([#10926](https://github.com/facebook/jest/pull/10926))
- `[jest-worker]` Add support for custom task queues and adds a `PriorityQueue` implementation. ([#10921](https://github.com/facebook/jest/pull/10921))
- `[jest-worker]` [**BREAKING**] Default to advanced serialization when using child process workers ([#10982] (https://github.com/facebook/jest/pull/10982))
- `[jest-worker]` [**BREAKING**] Default to advanced serialization when using child process workers ([#10983] (https://github.com/facebook/jest/pull/10983))

### Fixes

Expand Down

0 comments on commit 495d114

Please sign in to comment.