From 8cbf7f9aecbefacd74da16ec2e713358ff72925b Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Sat, 24 Feb 2024 08:50:44 +0300 Subject: [PATCH] Fix Changelog.md Added in 3.13, not 3.12 https://github.com/rspec/rspec-support/commit/bd26d93d5634efda89b4c47b447a2779566af5f8 --- Changelog.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4b93fc14..6d15b5b3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -16,6 +16,11 @@ Enchancements * Add `RubyFeatures#supports_syntax_suggest?`. (Jon Rowe, #571) +Bug Fixes: + +* Allow string keys for keyword arguments during verification of method + signatures, (but only on Ruby 3+). (@malcolmohare, #591) + ### 3.12.2 / 2024-02-04 [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.1...v3.12.2) @@ -23,8 +28,6 @@ Bug Fixes: * Properly surface errors from `in_sub_process`. (Jon Rowe, #575) * 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)