From 1a04f304ed782e0d1f988dd80f4d5fb345d8c7d8 Mon Sep 17 00:00:00 2001
From: Andrew Svetlov <andrew.svetlov@gmail.com>
Date: Fri, 11 Sep 2015 14:03:06 +0300
Subject: [PATCH] Update changes

---
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index 98b224ac709..2c222a4a20c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -26,3 +26,5 @@ CHANGES
 - Properly parse URL path in aiohttp.web.Request #489
 
 - Raise RuntimeError when chunked enabled and HTTP is 1.0 #488
+
+- Fix a bug with processing io.BytesIO as data parameter for client API #500