Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jun 22, 2020
1 parent 31e7348 commit 6835e0a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# rollup changelog

## 2.18.0
*2020-06-22*

### Features
* `inlineDynamicImports`, `manualChunks` and `preserveModules` can now be used as output options (#3645)
* Use sourcemaps for certain warnings that reference source code locations (#3645)

### Bug Fixes
* `this.getFileName` will now always return the correct file name for chunks when multiple outputs are created (#3645)

### Pull Requests
* [#3645](https://github.com/rollup/rollup/pull/3645): Per output chunking (@lukastaegert)

## 2.17.1
*2020-06-19*

Expand Down

0 comments on commit 6835e0a

Please sign in to comment.