CHANGELOG.md in rubocop-rspec-1.34.0 vs CHANGELOG.md in rubocop-rspec-1.34.1
- old
+ new
@@ -1,8 +1,12 @@
# Change log
## Master (Unreleased)
+## 1.34.1 (2019-07-31)
+
+* Fix `RSpec/DescribedClass`'s error when a local variable is part of the namespace. ([@pirj][])
+
## 1.34.0 (2019-07-23)
* Remove `AggregateFailuresByDefault` config option of `RSpec/MultipleExpectations`. ([@pirj][])
* Add `RSpec/LeakyConstantDeclaration` cop. ([@jonatas][], [@pirj][])
* Improve `aggregate_failures` metadata detection of `RSpec/MultipleExpectations`. ([@pirj][])