add changelog entry for exponential backoff

This commit is contained in:
Andy 2019-01-14 19:16:58 +00:00
parent 9433050588
commit a17a66af00

View File

@ -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 # v13.4.0
- Add emits with write completion handlers. [#1096](https://github.com/socketio/socket.io-client-swift/issues/1096) - 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. - Adds `.sentPing` and `.gotPong` client events for tracking ping/pongs.
- Makes the framework a single target. - Makes the framework a single target.
- Updates Starscream to 3.0 - Updates Starscream to 3.0