++*** Version 0.2.3 (alpha) - API 0.2.0 (alpha) - 2011-07-16


* Fixed GH issue #10.  don't use reset() to get the first array value
* Disabled E_DEPRECTED error logging when creating packages
 

*** Version 0.2.2 (alpha) - API 0.2.0 (alpha) - 2010-12-29


* Fixed #18162.  Added optional Cache_Lite dependency for new storage support
   

*** Version 0.2.0 (alpha) - API 0.2.0 (alpha) - 2010-12-28


* Added storage interface for consumers, including Cache_Lite driver
* Fixed #17701 (Strict Standards Notice)
* Fixed #17653 (HTTP_OAuth_Consumer_Request converts + to %20)
* Fixed #17567 (Changes to support OAuth Session 1.0 Draft 1)
* Added additional error constants and maps in HTTP_OAuth_Provider_Response
   

*** Version 0.1.18 (alpha) - API 0.1.1 (alpha) - 2010-07-20


* Removed the automatic adding of a Content-Type header for consumer requests
   

*** Version 0.1.17 (alpha) - API 0.1.1 (alpha) - 2010-06-30


* Fixed another bug with '+' to '%20'. This time HTTP_Request2's usage of http_build_query() makes spaces into '+' not '%20'
   

*** Version 0.1.16 (alpha) - API 0.1.1 (alpha) - 2010-06-24


* Fixed url encoding issue.  "+" should be "%20"
   

