Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed Jul 21, 2020
1 parent d409663 commit e86c3a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.1.0] - 2020-07-21

### Changed

- Only emit `data` event for notifications present in `^4.0.0` ([#73](https://github.com/MetaMask/inpage-provider/pull/73))
- Some consumers make assumptions about the shape of the object emitted with the event that do not hold all notifications in `^6.0.0`.
- Stop preferring `rel="shortcut icon"` when retrieving site metadata ([#76](https://github.com/MetaMask/inpage-provider/pull/76))
- Instead, we query using `rel~="icon"` and return the first existing image found.

### Fixed

- Enable retrieval of icons not hosted on the same origin ([#78](https://github.com/MetaMask/inpage-provider/pull/78))
- For example, icons hosted on `assets.foo.com` that are used on `foo.com` will now be retrieved successfully.

## [6.0.1] - 2020-07-15

### Fixed
Expand Down

0 comments on commit e86c3a0

Please sign in to comment.