Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Aug 28, 2020
1 parent ee3becc commit 3b090c5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# rollup changelog

## 2.26.7
*2020-08-28*

### Bug Fixes
* Avoid invalid code when rendering hoisted variable declarations from dead branches (#3752)
* Mark the `options` parameter of `this.parse` as optional for TypeScript plugins (#3750)

### Pull Requests
* [#3750](https://github.com/rollup/rollup/pull/3750): Make `options` of `PluginContext#parse` optional (@intrnl)
* [#3752](https://github.com/rollup/rollup/pull/3752): Extract hoisted variables from dead branches (@lukastaegert)

## 2.26.6
*2020-08-27*

Expand Down

0 comments on commit 3b090c5

Please sign in to comment.