From 8eb3f9e1da2ccd7020fc9e1fa03f15123ad9e960 Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Wed, 26 Mar 2014 07:50:03 -0700 Subject: [PATCH] Add changelog entry for #641. [ci skip] --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 94b6b45e5..461796ebe 100644 --- a/Changelog.md +++ b/Changelog.md @@ -31,6 +31,8 @@ Bug Fixes: (MaurĂ­cio Linhares) * Prevent `StackLevelTooDeep` errors when stubbing an `any_instance` method that's accessed in `inspect` by providing our own inspect output. (Jon Rowe) +* Fix bug in `any_instance` logic that dd not allow you to mock or stub + private methods if `verify_partial_doubles` was configured. (Oren Dobzinski) ### 3.0.0.beta2 / 2014-02-17 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.0.0.beta1...v3.0.0.beta2)