Skip to content

Commit

Permalink
Update changelog for 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Mar 29, 2013
1 parent d70526f commit 0d5645b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.0.5 (2013-03-28)

* Compatibility with RSpec-2. There are now two adapters for RSpec, one that
works with RSpec-1 and a new one that works with RSpec-2. Currently, saying
`RSpec.configure {|c| c.mock_with(:rr) }` still uses RSpec-1; to use the new
one, you say `RSpec.configure {|c| c.mock_framework = RR::Adapters::RSpec2 }`.
(#66, #68, #80) [njay, james2m]
* Fix MethodMissingInjection so that `[stub].flatten` works without throwing a
NoMethodError (undefined method #to_ary) error under Ruby 1.9 (#44)
* Raise a MiniTest::Assertion error in the MiniTest adapter so that mock
failures appear in the output as failures rather than uncaught exceptions
(#69) [jayferd]
* Completely remove leftover #new_instance_of method, and also remove
mention of #new_instance_of from the README
* Fix tests so they all work and pass again

## 1.0.4 (2011-06-11)

* Fixed bug using workaround with leftover MethodMissingInjections
Expand Down

0 comments on commit 0d5645b

Please sign in to comment.