diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a91cea2c5..89a677f4d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # rollup changelog +## 1.17.0 +*2019-07-15* + +### Features +* Allow plugins to access current combined sourcemap in transform hook for coverage instrumentation (#2986) + +### Pull Requests +* [#2987](https://github.com/rollup/rollup/pull/2987): Fix code fences for link (@johanholmerin) +* [#2989](https://github.com/rollup/rollup/pull/2989): Bump lodash from 4.17.11 to 4.17.14 (@dependabot) +* [#2993](https://github.com/rollup/rollup/pull/2993): Add getCombinedSourceMap in transform plugin context (@billowz) + ## 1.16.7 *2019-07-09*