From 957216d1fb8228cb91a0e8cec10939d4c2e707ed Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 17 Dec 2012 08:46:50 -0500 Subject: [PATCH] makin' history --- HISTORY.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2b0380f..4e7fd3a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,15 +3,22 @@ History ------- -1.0.0 (2012-??-??) +1.0.0 (2012-12-17) ++++++++++++++++++ -- Massive Refactor +- Massive Refactor and Simplification - Switch to Apache 2.0 license -- Connection Adapters +- Swappable Connection Adapters +- Mountable Connection Adapters +- Mutable ProcessedRequest chain +- Removal of all configuration - Standard library logging - Make Reponse.json() callable, not property. +- Usage of new charade project, which provides python 2 and 3 simultaneous chardet. +- Removal of all hooks except 'response' +- Removal of all authentication helpers (OAuth, Kerberos) +This is not a backwards compatible change. 0.14.2 (2012-10-27) +++++++++++++++++++ -- 2.7.4