Skip to content

Commit

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

## 2.9.0
*2020-05-10*

### Features
* Add ids of static and dynamic imports to `this.getModuleInfo` (#3542)
* Provide `getModuleInfo` and `getModuleIds` to `manualChunks` functions (#3542)
* Add nullish coalescing support (#3548)
* Make the rebuild delay in watch mode configurable and set the default to `0` for snappy rebuilds (#3502)
* Add `this.getModuleIds` to the plugin context as future replacement for `this.moduleIds` (#3542)

### Pull Requests
* [#3502](https://github.com/rollup/rollup/pull/3502): Configurable build delay (@mattdesl)
* [#3542](https://github.com/rollup/rollup/pull/3542): Extend manualChunks API (@lukastaegert)
* [#3548](https://github.com/rollup/rollup/pull/3548): Support nullish coalescing with tree-shaking (@lukastaegert)

## 2.8.2
*2020-05-07*

Expand Down

0 comments on commit c6c2532

Please sign in to comment.