Skip to content

Commit 6948a74

Browse files
committed
Merge branch 'master' of github.com:laravel/echo
2 parents 4e323a1 + 3e1328e commit 6948a74

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/laravel/echo/compare/v1.8.1...master)
3+
## [Unreleased](https://github.com/laravel/echo/compare/v1.9.0...master)
4+
5+
6+
## [v1.9.0 (2020-10-13)](https://github.com/laravel/echo/compare/v1.8.1...v1.9.0)
7+
8+
### Added
9+
- Register subscription succeeded callbacks ([#288](https://github.com/laravel/echo/pull/288))
410

511

612
## [v1.8.1 (2020-07-31)](https://github.com/laravel/echo/compare/v1.8.0...v1.8.1)

src/channel/socketio-private-channel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { SocketIoChannel } from './socketio-channel';
22

33
/**
4-
* This class represents a Socket.io presence channel.
4+
* This class represents a Socket.io private channel.
55
*/
66
export class SocketIoPrivateChannel extends SocketIoChannel {
77
/**

0 commit comments

Comments
 (0)