From d0cd8dfba88f6a802e94a4a8966e03196ce6385c Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Wed, 29 May 2019 11:57:28 +0100 Subject: [PATCH] Tweak changelog for #1277 --- Changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 7ec111b6d..48de4443e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,7 +11,8 @@ Enhancements: Bug Fixes: -* Do not change the visibility of stubbed private class methods. (Kevin Boschert) +* Ensure stubbing methods does not change their visibility. + (Kevin Boschert, #1277) ### 3.8.0 / 2018-08-04 [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.7.0...v3.8.0)