Skip to content

Commit 29e40e8

Browse files
committed
. updated changelog
1 parent 2f8ba9c commit 29e40e8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.pubnub.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ changelog:
1010
date: 2017-11-20
1111
changes:
1212
- type: improvement
13-
text: keepAlive is now intialized per instance, allowing better connection reuse
13+
text: keepAlive is now initialized globally instead of per-call, allowing better connection reuse
14+
- type: feature
15+
text: added sdkName configuration parameter which allow completely override pnsdk in request query
1416
- version: v4.17.0
1517
date: 2017-10-19
1618
changes:

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
[Full Changelog](https://github.com/pubnub/javascript/compare/v4.17.0...v4.18.0)
77

88

9-
- ⭐keepAlive is now intialized per instance, allowing better connection reuse
9+
- ⭐ keepAlive is now initialized globally instead of per-call, allowing better connection reuse
10+
- 🌟 added sdkName configuration parameter which allow completely override pnsdk in request query
1011

1112

1213

0 commit comments

Comments
 (0)