diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1ee2a5c7..2e1958ea63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.11.14 + + * Avoid using a switch for let-scoping continue and break statements and use an if statement instead. + * Remove excess whitespace and newlines from JSX literals. + # 1.11.13 * Update regenerator-6to5