Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jun 13, 2020
1 parent 2cf243a commit 95fb2c8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# rollup changelog

## 2.16.1
*2020-06-13*

### Bug Fixes
* Do not produce invalid code when an external or chunk id contain quotes or line-breaks (#3632)
* Do not fail but emit a warning when mutating a namespace object (#3633)

### Pull Requests
* [#3632](https://github.com/rollup/rollup/pull/3632): Handle single quote escaping in ids (@guybedford)
* [#3633](https://github.com/rollup/rollup/pull/3633): Turn namespace assignment error into a warning (@guybedford)

## 2.16.0
*2020-06-12*

Expand Down

0 comments on commit 95fb2c8

Please sign in to comment.