Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
myronmarston committed May 31, 2012
1 parent d6e9610 commit 729292e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Enhancements:
help with the implementation. help with the implementation.
* Allow requests to be stubbed by external libraries (e.g. WebMock, * Allow requests to be stubbed by external libraries (e.g. WebMock,
FakeWeb or Typhoeus) without needing to turn VCR off. FakeWeb or Typhoeus) without needing to turn VCR off.
* Add new `:allow_unused_http_interactions` cassette option. When set
to false, an error will be raised when a cassette is ejected and
there are remaining unused HTTP interactions. Thanks to
[Mattias Putman](https://github.com/challengee) for the idea
and initial implementation.


Bug Fixes: Bug Fixes:


Expand Down

0 comments on commit 729292e

Please sign in to comment.