diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 40ef23defba1..f1d5aeb9e11d 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -151,4 +151,39 @@ Examples: {{/if}} e {{/if}} + +* JavaScript: Improved multiline closure compiler typecast comment detection ([#6070] by [@yangsu]) + + Previously, multiline closure compiler typecast comments with lines that + start with \* weren't flagged correctly and the subsequent parenthesis were + stripped. Prettier master fixes this issue. + +