From 118105597c4a6dd0eea4de415b145ec1e9f86492 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Mon, 10 Dec 2018 13:41:34 +0000 Subject: [PATCH] [core] Changelog for rspec/rspec-core#2582 This commit was imported from https://github.com/rspec/rspec-core/commit/595747fd7520f1dca5ba7bc74b5f9ee45b869f9c. --- rspec-core/Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rspec-core/Changelog.md b/rspec-core/Changelog.md index b25fc4153..ffc8b43bd 100644 --- a/rspec-core/Changelog.md +++ b/rspec-core/Changelog.md @@ -5,6 +5,7 @@ Enhancements: * Improve the handling of errors during loading support files, if a file errors before loading specs, RSpec will now skip loading the specs. (David Rodríguez, #2568) +* Prevent warning on Ruby 2.6.0-rc1 (Keiji Yoshimi, #2582) Bug Fixes: