From cd7261f3fb7a72e97b63df7482cffe9cf47d8b07 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Mon, 7 Oct 2013 12:12:27 +1100 Subject: [PATCH] changelog for #428 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index b7c6327a2..9048e95f9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -52,6 +52,8 @@ Bug Fixes: use `#inspect` rather than `#description` if `#description` returns `nil` or `''` so that you still get a useful message. (Nick DeLuca) +* Fix issue with receive(:message) do ... end precedence preventing + the usage of modifications (`and_return` etc) (Jon Rowe) ### 2.14.3 / 2013-08-08 [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.14.2...v2.14.3)