Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 74825ecd87034c8b27f3ea76c0c94c7aaea8c1c5..a9e4b6f04a354fbc2adfa7f8fa731bf6e7ecba7f 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -2,6 +2,10 @@ |
| ### Language |
| +* Don't warn about switch case fallthrough if the case ends in a `rethrow` |
| + statement. |
| +* Also don't warn if the entire switch case is wrapped in braces - as long as |
| + the block ends with a `break`, `continue`, `rethrow`, `return` or `throw`. |
| * Allow `=` as well as `:` as separator for named parameter default values. |
| ### Core library changes |