Skip to content

Commit

Permalink
Changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
soulcutter committed Jul 31, 2013
1 parent 3956221 commit 9636dc9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Changelog.md
Expand Up @@ -19,14 +19,16 @@ Breaking Changes for 3.0.0:
* Remove support for `require 'spec/mocks'` which had been kept
in place for backwards compatibility with rspec 1 (Myron Marston).

Enhancement:
Enhancements:

* Allow the `have_received` matcher to use a block to set further expectations
on arguments. (Tim Cowlishaw)
* Yield the receiver to `any_instance` implementation blocks (Sam Phippen).

Enhancements:
Bug Fixes:

* Yield the receiver to `any_instance` implementation blocks (Sam Phippen).
* Fix stubbing some instance methods for classes whose hierarchy includes
a prepended Module (Bradley Schaefer)

### 2.14.1 / 2013-07-07
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.14.0...v2.14.1)
Expand Down

0 comments on commit 9636dc9

Please sign in to comment.