Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Mar 7, 2019
1 parent af41561 commit 6903425
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
@@ -1,13 +1,22 @@
# rollup changelog

## 1.4.2
*unreleased*

### Bug Fixes
* Respect variable identity of exports when hashing (#2741)

### Pull Requests
* [#2741](https://github.com/rollup/rollup/pull/2741): Fix hashing when different variable are exported using the same name (@lukastaegert)

## 1.4.1
*2019-03-04*

### Features
### Bug Fixes
* Do not treat the import target "" as external by default (#2733)

### Pull Requests
* [#2733](https://github.com/rollup/rollup/pull/2733):Do not treat the import target "" as external by default (@LongTengDao)
* [#2733](https://github.com/rollup/rollup/pull/2733): Do not treat the import target "" as external by default (@LongTengDao)

## 1.4.0
*2019-03-01*
Expand Down

0 comments on commit 6903425

Please sign in to comment.