Skip to content

Commit 335d233

Browse files
committed
v3.0.112
1 parent a48b8ab commit 335d233

File tree

6 files changed

+292
-86
lines changed

6 files changed

+292
-86
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
## v3.0.112(NOV 8, 2019)
5+
* Added `updateCurrentUserInfoWithPreferredLanguages()` in `SendBird`.
6+
* When `preferredLanguages` is set, push notification message would get translated with target languages.
7+
* Added `preferredLanguages` in `User`.
8+
* Added `messageOffsetTimestamp` in `GroupChannel`.
9+
* Added `reqId` for the `BaseMessage`s which are fetched from API call.
10+
* Improved stability.
11+
412
## v3.0.111(OCT 25, 2019)
513
* Compatibility fix for React Native and Internet Explorer 10.
614
* Improved stability.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,14 @@ Check out [Basic Sample with SyncManager](https://github.com/sendbird/SendBird-J
4848

4949
# [Documentation](https://docs.sendbird.com/javascript)
5050

51-
## v3.0.111(OCT 25, 2019)
51+
## v3.0.112(NOV 8, 2019)
5252
If you want to check the record of other version, go to [Change Log](https://github.com/sendbird/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).
5353

54-
* Compatibility fix for React Native and Internet Explorer 10.
54+
* Added `updateCurrentUserInfoWithPreferredLanguages()` in `SendBird`.
55+
* When `preferredLanguages` is set, push notification message would get translated with target languages.
56+
* Added `preferredLanguages` in `User`.
57+
* Added `messageOffsetTimestamp` in `GroupChannel`.
58+
* Added `reqId` for the `BaseMessage`s which are fetched from API call.
5559
* Improved stability.
5660

5761

0 commit comments

Comments
 (0)