From b7c7b5ebe6d2595340ae808cd943037118a94139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Steunou?= Date: Mon, 9 Oct 2017 18:26:07 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e83f0..d5a491b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # 1.1.0 - 09 Oct. 2017 -* Major index.d.ts update +* Change: Default option protocol should not be in options object by default #57 +* Fix: index.d.ts updates * Update Frame typings #54 * These parameters have defaults so they are optional (#53) * Connect returns Frame or CloseEvent on error (#51) -* Copy headers instead of updating it #43 -* Stop using a counter and create a near unique id to avoid collision when using several Client instance 2aedaaa +* Fix: Copy headers instead of updating it #43 +* Fix: Stop using a counter and create a near unique id to avoid collision when using several Client instance 2aedaaa # 1.0.8 - 18 Sep. 2017