Skip to content

Commit 61fae04

Browse files
committed
CHANGELOG update
1 parent 95d8d3e commit 61fae04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# pusher-websocket-java changelog
22

3+
### Version 2.3.1 - 15th July 2022
4+
* Add support for Subscription count events
5+
36
### Version 2.3.0 - 4th July 2022
47
* Added support for user sign in and server to user messages
58
* Fixed issue with calling disconnect while the client is attempting reconnection

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ Channel channel = pusher.subscribe("my-channel", new ChannelEventListener() {
270270
});
271271

272272
```
273-
To know more about how to enbale subscription count events visit [here](https://www.pusher.com)
274273

275274
### Private channels
276275

0 commit comments

Comments
 (0)