From b1d8ea7316d2f45e85f2b27880b7186f5c72efea Mon Sep 17 00:00:00 2001 From: Austin Belknap Date: Sun, 10 Jun 2018 09:41:42 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e08743181c..a8a717a26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ * Updates the `untyped_error_in_catch` rule to support autocorrection. [Daniel Metzing](https://github.com/dirtydanee) +* Add `no-fallthrough-only` rule to check that `case` statements do not contain + only a `fallthrough`. + [Austin Belknap](https://github.com/dabelknap) * Add `indented_cases` support to `switch_case_alignment` rule. [Shai Mishali](https://github.com/freak4pc)