Skip to content

Commit a931d1f

Browse files
committed
Update changelog
1 parent 84bc002 commit a931d1f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# rollup changelog
22

33
## 1.14.5
4-
*unreleased*
4+
*2019-06-09*
5+
6+
### Bug Fixes
7+
* Keep external ids unmodified when using the object form of resolveId (#2907)
8+
* Cache dynamic import resolutions when using Rollup cache (#2908)
9+
* Keep all necessary parentheses when tree-shaking call arguments (#2911)
510

611
### Pull Requests
712
* [#2906](https://github.com/rollup/rollup/pull/2906): Update dependencies (@lukastaegert)
13+
* [#2907](https://github.com/rollup/rollup/pull/2907): Do not renormalize external ids when using the object form (@lukastaegert)
14+
* [#2908](https://github.com/rollup/rollup/pull/2908): Cache dynamic ids if possible (@lukastaegert)
15+
* [#2911](https://github.com/rollup/rollup/pull/2911): Fix treeshaken parameters around parentheses (@manucorporat)
816

917
## 1.14.4
1018
*2019-06-07*

0 commit comments

Comments
 (0)