CHANGELOG.md in rubocop-rspec-2.26.0 vs CHANGELOG.md in rubocop-rspec-2.26.1
- old
+ new
@@ -1,8 +1,12 @@
# Changelog
## Master (Unreleased)
+## 2.26.1 (2024-01-05)
+
+- Fix an error for `RSpec/SharedExamples` when using examples without argument. ([@ydah])
+
## 2.26.0 (2024-01-04)
- Add new `RSpec/RedundantPredicateMatcher` cop. ([@ydah])
- Add new `RSpec/RemoveConst` cop. ([@swelther])
- Add support for correcting "it will" (future tense) for `RSpec/ExampleWording`. ([@jdufresne])