From 471d7aace6034869e0bad5c10245e216c00a31b4 Mon Sep 17 00:00:00 2001 From: liris Date: Thu, 6 Oct 2016 09:38:19 +0900 Subject: [PATCH] Pass headers for websocket handshake #271! --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 18a4da6d..dc36595e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ ChangeLog - Support universal wheels (#267) - _url: Added subnet IP address matching in no_proxy host detection (#270) - fixed Incorrect encoding in continued messages python3 (#261) + - Pass headers for websocket handshake (#271) - 0.38.0 - Exclude port 443 from host http header (#248)