Skip to content

Commit

Permalink
Change log for #1271
Browse files Browse the repository at this point in the history
  • Loading branch information
benoittgt committed Apr 8, 2019
1 parent 023082e commit 07fb921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Expand Up @@ -5,6 +5,9 @@ Enhancements:

* Improve thread safety of message expectations by using Mutex to prevent
deadlocking errors. (Ry Biesemeyer, #1236)
* Add the ability to use `time` as `times` alias. For example:
`expect(Class).to receive(:method).exactly(1).time`.
(Pistos, Benoit Tigeot, #1271)

### 3.8.0 / 2018-08-04
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.7.0...v3.8.0)
Expand Down

0 comments on commit 07fb921

Please sign in to comment.