Skip to content

Commit 91ad43d

Browse files
authored
Merge pull request #2150 from kevinrobell-st/patch-1
Fix CHANGELOG
2 parents a03e0c7 + 802b386 commit 91ad43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Fix a false positive for `RSpec/LeakyLocalVariable` when variables are used only in example metadata (e.g., skip messages). ([@ydah])
66
- Fix a false positive for `RSpec/ScatteredSetup` when the hook is defined inside a class method. ([@d4rky-pl])
77
- Fix a false positive for `RSpec/DescribedClass` inside dynamically evaluated blocks (`class_eval`, `module_eval`, `instance_eval`, `class_exec`, `module_exec`, `instance_exec`). ([@sucicfilip])
8+
- Add new cop `RSpec/Output`. ([@kevinrobell-st])
89

910
## 3.8.0 (2025-11-12)
1011

@@ -15,7 +16,6 @@
1516
- Fix detection of nameless doubles with methods in `RSpec/VerifiedDoubles`. ([@ushi-as])
1617
- Improve an offense message for `RSpec/RepeatedExample` cop. ([@ydah])
1718
- Let `RSpec/SpecFilePathFormat` leverage ActiveSupport inflections when configured. ([@corsonknowles], [@bquorning])
18-
- Add new cop `RSpec/Output`. ([@kevinrobell-st])
1919

2020
## 3.7.0 (2025-09-01)
2121

0 commit comments

Comments
 (0)