From 0b65016e21d23417af8d708379571a59a81400d0 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Tue, 14 Jan 2025 09:29:25 +0100 Subject: [PATCH] Fix CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c771eca..8a8fa8c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Master (Unreleased) - Fix `RSpec/SortMetadata` cop to limit sorting to trailing metadata arguments. ([@cbliard]) +- Replace `RSpec/StringAsInstanceDoubleConstant` with `RSpec/VerifiedDoubleReference` configured to only support constant class references. ([@corsonknowles]) ## 3.3.0 (2024-12-12) @@ -14,7 +15,6 @@ - Fix `RSpec/VoidExpect` to only operate inside an example block. ([@corsonknowles]) - Change `RSpec/ContextWording` cop to always report an offense when both `Prefixes` and `AllowedPatterns` are empty. ([@ydah]) - Add support for `and` and `or` compound matchers to `RSpec/ChangeByZero` cop. ([@ydah]) -- Replace `RSpec/StringAsInstanceDoubleConstant` with `RSpecVerifiedDoubleReference` configured to only support constant class references. ([@corsonknowles]) ## 3.1.0 (2024-10-01)