From 619a4d314785dceb702b786a24d34cf2d7c130e7 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Sun, 4 Feb 2024 10:47:01 +0000 Subject: [PATCH] Changelog for #591 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9142363b..ab75f1bc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,8 @@ Bug Fixes: * Add magic comment for freezing string literals. (Josh Nichols, #586) +* Allow string keys for keyword arguments during verification of method + signatures, (but only on Ruby 3+). (@malcolmohare, #591) ### 3.12.1 / 2023-06-26 [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.0...v3.12.1)