From 6cbe4238dd5a4881758b9504670fb6893bae1be8 Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Fri, 25 Oct 2024 18:20:12 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1de7a001..14afa61bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,7 @@ ## Master (Unreleased) - Change `RSpec/ContextWording` cop to always report an offense when both `Prefixes` and `AllowedPatterns` are empty. ([@ydah]) -- Fix an error for `RSpec/ChangeByZero` when `change (...) .by (0)` and `change (...)`, concatenated with `and` and `or`. ([@ydah]) -- Revert an change that would conceal unintentional RSpec syntax. ([@pirj]) +- Add support for `and` and `or` compound matchers to `RSpec/ChangeByZero` cop. ([@ydah]) ## 3.1.0 (2024-10-01)