HTTPError changes are going down in history

This commit is contained in:
Kenneth Reitz
2011-02-15 09:26:44 -05:00
parent 748633d616
commit 6d8a531e87
+10
View File
@@ -1,6 +1,16 @@
History
-------
0.2.3 (2011-02-15)
++++++++++++++++++
* New HTTPHandling Methods
- Reponse.__nonzero__ (false if bad HTTP Status)
- Response.ok (True if expected HTTP Status)
- Response.error (Logged HTTPError if bad HTTP Status)
- Reponse.raise_for_status() (Raises stored HTTPError)
0.2.2 (2011-02-14)
++++++++++++++++++