Added connection_type argument to Http.request() per Simon Willison request
diff --git a/CHANGELOG b/CHANGELOG
index 17824aa..67563c1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+0.X.0
+
+   XXX
+
+   Added 'connection_type' parameter to Http.request().
+
+
+
 0.3.0
    Calling Http.request() with a relative URI, as opposed to an absolute URI,
    will now throw a specific exception.