From 66720895e9004081df975ebc51714ce099ff8922 Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Sun, 12 Jan 2020 23:15:16 +0300 Subject: [PATCH] fixup! Fix changelog --- Changelog.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2603682b5d..1598f0e4a1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +### Development +[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.1...master) + +Bug Fixes: + +* Emit a warning when `around` hook is used with `:context` scope + (Phil Pirozhkov, #2687) + ### 3.9.1 / 2019-12-28 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.0...v3.9.1) @@ -6,8 +14,6 @@ Bug Fixes: * Prevent bisect command from blocking when number of specs exceeds file descriptor limit on OSX or Linux. (Benoit Tigeot, #2669) * Prevent warnings being issued on Ruby 2.7.0. (Jon Rowe, #2680) -* Emit a warning when `around` hook is used with `:context` scope - (Phil Pirozhkov, #2687) ### 3.9.0 / 2019-10-07 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.2...v3.9.0)