Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Nov 1, 2021
1 parent 2feb494 commit f7f4e2e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# rollup changelog

## 2.59.0

_2021-11-01_

### Features

- Support static class initialization blocks (#4249)

### Bug Fixes

- Fix an issue with the CommonJS plugin when module.exports has inherited properties (#4256)

### Pull Requests

- [#4236](https://github.com/rollup/rollup/pull/4236): typescript bug class field initialization order (@dnalborczyk)
- [#4249](https://github.com/rollup/rollup/pull/4249): Support for class static initialization block (@dnalborczyk and @lukastaegert)
- [#4256](https://github.com/rollup/rollup/pull/4256): Skip inherited properties in synthetic namespaces (@lukastaegert)

## 2.58.3

_2021-10-25_
Expand Down

0 comments on commit f7f4e2e

Please sign in to comment.