Skip to content

Commit

Permalink
Update Change log to link the breaking change
Browse files Browse the repository at this point in the history
In rubocop#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.
  • Loading branch information
knappe committed May 8, 2020
1 parent c2f6f95 commit e04b44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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)
Expand Down

0 comments on commit e04b44d

Please sign in to comment.