Skip to content

Commit f4168cc

Browse files
authored
Merge pull request #20 from pubnub/CE-3355-Unread-Message-Count-API
BREAKING CHANGE: Fixed Typo
2 parents a5f6ef2 + a141f8f commit f4168cc

File tree

11 files changed

+678
-371
lines changed

11 files changed

+678
-371
lines changed

.pubnub.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
---
22
changelog:
3+
-
4+
changes:
5+
-
6+
text: "BREAKING CHANGE: Fixed a typo by renaming the `event` from `SusbcribeCallback` to `SubscribeCallback` and the `EventArgs` from `SusbcribeEventEventArgs` to `SubscribeEventEventArgs` "
7+
type: improvement
8+
date: "Feb 18, 19"
9+
version: v4.1.0
310
-
411
changes:
512
-
@@ -351,4 +358,4 @@ supported-platforms:
351358
- "Ubuntu 12.04+, with Graphics card DX9 (shader model 3.0) or DX11 with feature level 9.3 capabilities; and CPU SSE2 instruction set support."
352359
- "Mac OS X 10.8+, with Graphics card DX9 (shader model 3.0) or DX11 with feature level 9.3 capabilities; and CPU SSE2 instruction set support."
353360
version: "PubNub Unity SDK"
354-
version: v4.0.5
361+
version: v4.1.0

0 commit comments

Comments
 (0)