Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Oct 15, 2020
1 parent 05d578a commit 81ce46b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# rollup changelog

## 2.31.0
*2020-10-15*

### Features
* When using the `output.moduleToStringTag` option, also add the tag to entries with exports and simulated external namespaces (#3822)
* Add the `__esModule` interop marker to IIFE global variables unless `output.esModule` is turned off (#3822)

### Pull Requests
* [#3822](https://github.com/rollup/rollup/pull/3822): Add module toStringTag to entries and interop namespaces (@lukastaegert)

## 2.30.0
*2020-10-13*

Expand Down

0 comments on commit 81ce46b

Please sign in to comment.