From a8996b812b3da0b1c775d1f64678cf8dcc53e43b Mon Sep 17 00:00:00 2001 From: clowwindy Date: Thu, 6 Nov 2014 14:50:19 +0800 Subject: [PATCH] update CHANGES --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 9be81bd..08abeea 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +2.4.2 2014-11-06 +- Fix command line arguments on Python 3 +- Support table on Python 3 +- Fix TCP Fast Open on Python 3 + 2.4.1 2014-11-01 - Fix setup.py for non-utf8 locales on Python 3