diff --git a/Changelog.md b/Changelog.md index 9c464b878..b57378d14 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ ### Development [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.12.2...3-12-maintenance) +Bug fixes: + +* Use `__send__` in output wrapper to avoid issues with IO objects that implement `send` + like `Socket`. (Richard Platel, #3045) + ### 3.12.2 / 2023-04-18 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.12.1...v3.12.2)