Skip to content
/ jest Public
forked from jestjs/jest

Commit

Permalink
Update Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Oct 20, 2016
1 parent 96934d2 commit 0757ecf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## master

## jest 16.0.2

* Symbols are now properly mocked when using `jest-mock`.
* `toHaveBeenCalledWith()` works without arguments again.
* Newlines in snapshots are now normalized across different operating systems.

## jest 16.0.1

* Fix infinite loop.

## jest 16.0.0

* Previously failed tests are now always run first.
Expand Down

0 comments on commit 0757ecf

Please sign in to comment.