From ff51a61ff1ef61677038f23c091a58832a581774 Mon Sep 17 00:00:00 2001 From: kgriffs Date: Mon, 21 Jul 2014 10:12:42 -0500 Subject: [PATCH] chore: Update changlelog for 0.1.8 --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 79918c7..45ca0a5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +# 0.1.9 # + +## Fixed ## + +* Addressed style issues reported by the latest pyflakes version +* Fixed body not being decoded from UTF-8 in HTTPError tests +* Remove unnecessary ordereddict requirement on Python 2.6 + # 0.1.8 # ## Breaking Changes ##