diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 40ef23defba1..87fbc3b1022f 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -151,4 +151,40 @@ 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. + +