From 29ab2de22f4b7d96bf1174739a37310563e587c1 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Thu, 18 Jul 2024 09:57:26 +0100 Subject: [PATCH] Changelog for #610 --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index b437f890..73942f0d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,11 @@ Enchancements * Improve diff for `anything` matchers by hiding the value "anything" is matched against. (Karl Heitmann, #599) +Bug Fixes: + +* Switch current thread data to alias/accessors to avoid issues with mocked systems. + (Jon Rowe, #610) + ### 3.13.1 / 2024-02-23 [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.13.0...v3.13.1)