From 5779f23a3ee6373999adfc9939d7af199173c389 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Fri, 3 Jun 2016 09:57:37 -0700 Subject: [PATCH] Update CHANGES --- CHANGES.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index e4cfd1688a7..2d11e8e4104 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -41,10 +41,14 @@ CHANGES - Use a create_future compatibility wrapper instead of creating Futures directly #896 -- Add test utilities to aiohttp. #902 +- Add test utilities to aiohttp #902 - Improve Request.__repr__ #875 +- Skip DNS resolving if provided host is already an ip address #874 + +- Add headers to ClientSession.ws_connect #785 + 0.21.6 (05-05-2016) -------------------