diff --git a/CHANGELOG.md b/CHANGELOG.md index 74825ecd870..a9e4b6f04a3 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