History.rdoc in vcr-0.1.2 vs History.rdoc in vcr-0.2.0

- old
+ new

@@ -1,4 +1,8 @@ +== 0.2.0 March 9, 2010 +* Added <tt>:allow_real_http</tt> cassette option, which allows VCR to work with capybara and a javascript driver. + Bug reported by {Ben Hutton}[http://github.com/benhutton]. +* Deprecated the default_cassette_record_mode option. Use default_cassette_options instead. == 0.1.2 March 4, 2010 * Added explanatory note about VCR to FakeWeb::NetConnectNotAllowedError#message. * Got things to work for when a cassette records multiple requests made to the same URL with the same HTTP verb, but different responses. We have to register an array of responses with fakeweb. \ No newline at end of file