Skip to content

Commit

Permalink
Update changelog with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zerowidth committed Jul 5, 2018
1 parent 951ef75 commit 51cf686
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changes

## v1.2.0 (5 July 2018)

- New: Use monotonic clock for duration calculations
- New: Drop support for ruby <2.1 to support monotonic clock
- New: Run CI on Ruby 2.5

## v1.1.2 (9 May 2018)

- New: Add `raise_with` option to allow for custom mismatch errors to be raised

## v1.1.1 (6 February 2018)

- Fix: default experiment no longer runs all `try` paths
- New: Add `Scientist.run` module method for running experiments when an included module isn't available
- New: Add [Noise and error rates](https://github.com/github/scientist#noise-and-error-rates) to `README.md`

## v1.1.0 (29 August 2017)

- New: [Specify which exception types to rescue](https://github.com/github/scientist#in-candidate-code)
Expand Down

0 comments on commit 51cf686

Please sign in to comment.