Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jul 15, 2021
1 parent 7c014fb commit 4a88b1b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# rollup changelog

## 2.53.2
*2021-07-15*

### Bug Fixes
* Identify additional TDZ situations in functions that are run more than once (#4177)
* Fix a scoping issue when a variable inside a catch scope matches the scope parameter's name (#4178)

### Pull Requests
* [#4177](https://github.com/rollup/rollup/pull/4177): Fix additional let/var init bugs (@kzc)
* [#4178](https://github.com/rollup/rollup/pull/4178): Correctly create outside variable when shadowed by catch parameter (@lukastaegert)

## 2.53.1
*2021-07-11*

Expand Down

0 comments on commit 4a88b1b

Please sign in to comment.