Skip to content

Commit

Permalink
Fix Changelog.md
Browse files Browse the repository at this point in the history
Added in 3.13, not 3.12 bd26d93
  • Loading branch information
pirj committed Feb 24, 2024
1 parent 2c2ec74 commit 8cbf7f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Changelog.md
Expand Up @@ -16,15 +16,18 @@ 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)

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)
Expand Down

0 comments on commit 8cbf7f9

Please sign in to comment.