Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Sep 24, 2019
1 parent 3c693a6 commit 8822d35
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Release Notes

## [Unreleased](https://github.com/laravel/echo/compare/v1.5.4...master)
## [Unreleased](https://github.com/laravel/echo/compare/v1.6.0...master)


## [v1.6.0 (2019-09-24)](https://github.com/laravel/echo/compare/v1.5.4...v1.6.0)

### Added
- Add `stopWhisper` method to channel ([#243](https://github.com/laravel/echo/pull/243))
- Add option `this.options.withoutInterceptors` ([#248](https://github.com/laravel/echo/pull/248))
- Add support for custom connectors ([#247](https://github.com/laravel/echo/pull/247))

### Fixed
- Check for `querySelector` ([#251](https://github.com/laravel/echo/pull/251))


## [v1.5.4 (2019-06-14)](https://github.com/laravel/echo/compare/v1.5.3...v1.5.4)

### Fixed
Expand Down

0 comments on commit 8822d35

Please sign in to comment.