commit | 14644379ed993cbef5d2761d1b6b118882df977e | [log] [tgz] |
---|---|---|
author | jcgregorio <devnull@localhost> | Mon Jul 30 14:13:37 2007 +0000 |
committer | jcgregorio <devnull@localhost> | Mon Jul 30 14:13:37 2007 +0000 |
tree | 7618e7a5e9e612cc1857315d0b0b1ced4597785d | |
parent | f951105bb98a6a7a7c24c53ea6a00dd70bf4b7af [diff] [blame] |
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.