From 2171f8a7baa3def66bd923bcb026e08b5866c002 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Thu, 11 Jun 2020 11:11:06 +0200 Subject: [PATCH] Add missing Changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8094c424..6e3e0a855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * Add new `SpecSuffixOnly` option to `RSpec/FilePath` cop. ([@zdennis][]) * Allow `RSpec/RepeatedExampleGroupBody` to differ only by described_class. ([@robotdana][]) * Fix `RSpec/FilePath` detection across sibling directories. ([@rolfschmidt][]) +* Substantial performance inprovement of `RSpec/SubjectStub`. ([@andrykonchin][]) ## 1.39.0 (2020-05-01) @@ -514,3 +515,4 @@ Compatibility release so users can upgrade RuboCop to 0.51.0. No new features. [@zdennis]: https://github.com/zdennis [@robotdana]: https://github.com/robotdana [@rolfschmidt]: https://github.com/rolfschmidt +[@andrykonchin]: https://github.com/andrykonchin