From a17a66af00fb1e074133e852709468b872c6e605 Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 14 Jan 2019 19:16:58 +0000 Subject: [PATCH] add changelog entry for exponential backoff --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f795a0..d6f548b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v14.0.0 + +- Add exponential backoff for reconnects, with `reconnectWaitMax` and `randomizationFactor` options [#1149](https://github.com/socketio/socket.io-client-swift/pull/1149) + # v13.4.0 - Add emits with write completion handlers. [#1096](https://github.com/socketio/socket.io-client-swift/issues/1096) @@ -69,4 +73,3 @@ Important API changes - Adds `.sentPing` and `.gotPong` client events for tracking ping/pongs. - Makes the framework a single target. - Updates Starscream to 3.0 -