History.txt in net-http-pipeline-1.0 vs History.txt in net-http-pipeline-1.0.1

- old
+ new

@@ -1,4 +1,10 @@ +=== 1.0.1 / 2012-04-13 + +* Bug fixes + * IOError is now handled in pipeline_check and pipeline_receive in case you + pipeline to a closed socket. Partial patch by Eric Wong. Issue #2 + === 1.0 / 2011-03-29 * API change * Net::HTTP::Pipeline#pipeline requires an Array of Net::HTTPRequests now. * Major enhancement