CHANGELOG.markdown in typhoeus-0.1.31 vs CHANGELOG.markdown in typhoeus-0.2.0
- old
+ new
@@ -1,4 +1,12 @@
+0.2.0
+------------
+* Fix warning in Request#headers from attr_accessor
+* Params with array values were not parsing into the format that rack expects
+[GH-39, smartocci]
+* Removed Rack as a dependency [GH-45]
+* Added integration hooks for VCR!
+
0.1.31
------
* Fixed bug in setting compression encoding [morhekil]
* Exposed authentication control methods through Request interface [morhekil]