CHANGELOG.md in rubocop-rspec-1.38.0 vs CHANGELOG.md in rubocop-rspec-1.38.1
- old
+ new
@@ -1,8 +1,12 @@
# Change log
## Master (Unreleased)
+## 1.38.1 (2020-02-15)
+
+* Fix `RSpec/RepeatedDescription` to detect descriptions with interpolation and methods. ([@lazycoder9][])
+
## 1.38.0 (2020-02-11)
* Fix `RSpec/InstanceVariable` detection inside custom matchers. ([@pirj][])
* Fix `RSpec/ScatteredSetup` to distinguish hooks with different metadata. ([@pirj][])
* Add autocorrect support for `RSpec/ExpectActual` cop. ([@dduugg][], [@pirj][])