From 69190371d3f3948875a6501958be3dd79d6ada4f Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Thu, 7 May 2020 09:15:58 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bad0ead16e7..6eb337e6b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ * Avoid invalid code when simplifying the body of a shorthand arrow function expression (#3540) ### Pull Requests -* [#3540](https://github.com/rollup/rollup/pull/3540): Wrap object expressions in parentheses if they become children of an arrow function expressi (@NotWoods) +* [#3540](https://github.com/rollup/rollup/pull/3540): Wrap object expressions in parentheses if they become children of an arrow function expression (@lukastaegert) ## 2.8.1 *2020-05-07*