From 44ffdd61c2bc03e23bfaf11a3e39cb2b9359bce0 Mon Sep 17 00:00:00 2001 From: Tyler Knappe Date: Fri, 8 May 2020 10:02:21 -0600 Subject: [PATCH] Update Change log to link the breaking change In https://github.com/rubocop-hq/rubocop/pull/7867 a breaking change was introduced, but not linked in the Change log. It would be nice to not have to track down which change was introduced and instead link it, following the convention of the other breaking entries. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7365217d65a..862bf031c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,7 +53,7 @@ ### Changes -* **(Breaking)** Renamed `Layout/Tab` cop to `Layout/IndentationStyle`. ([@DracoAter][]) +* [#7867](https://github.com/rubocop-hq/rubocop/pull/7867): **(Breaking)** Renamed `Layout/Tab` cop to `Layout/IndentationStyle`. ([@DracoAter][]) * [#7869](https://github.com/rubocop-hq/rubocop/pull/7869): **(Breaking)** Drop support for Ruby 2.3. ([@koic][]) ## 0.81.0 (2020-04-01)