1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Merge pull request #68 from smallcode/patch-1

new_episodes record mode has been unable to use
This commit is contained in:
Kevin McCarthy
2014-03-21 19:35:20 -10:00

View File

@@ -123,15 +123,6 @@ changed).
once is the default record mode, used when you do not set one.
### new_episodes
* Record new interactions.
* Replay previously recorded interactions.
It is similar to the once record mode, but will always record new
interactions, even if you have an existing recorded one that is similar,
but not identical.
This was the default behavior in versions < 0.3.0
### none