From 8cddeb1265f81ce53f4316097312d889b8208d5c Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Mon, 1 Apr 2019 19:11:09 -0400 Subject: [PATCH] Add a changelog entry for #6875 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9be78ffb62..79c267f7f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * [#5977](https://github.com/rubocop-hq/rubocop/issues/5977): Warn for Performance Cops. ([@koic][]) * [#6637](https://github.com/rubocop-hq/rubocop/issues/6637): Move `LstripRstrip` from `Performance` to `Style` department and rename it to `Strip`. ([@anuja-joshi][]) +* [#6875](https://github.com/rubocop-hq/rubocop/pull/6875): Mention block form of `Struct.new` in ` Style/StructInheritance`. ([@XrXr][]) ## 0.66.0 (2019-03-18) @@ -3894,3 +3895,4 @@ [@ericsullivan]: https://github.com/ericsullivan [@aeroastro]: https://github.com/aeroastro [@anuja-joshi]: https://github.com/anuja-joshi +[@XrXr]: https://github.com/XrXr