1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 17:45:35 +00:00

Fix issue #36 - error message for unregistered matcher was broken

This commit is contained in:
Kevin McCarthy
2013-09-29 15:56:13 -10:00
parent cf8646d8d6
commit deed8cab97
6 changed files with 17 additions and 5 deletions

View File

@@ -259,6 +259,8 @@ This library is a work in progress, so the API might change on you.
There are probably some [bugs](https://github.com/kevin1024/vcrpy/issues?labels=bug&page=1&state=open) floating around too.
##Changelog
* 0.3.3: Bugfix for error message when an unreigstered custom matcher
was used
* 0.3.2: Fix issue with new config syntax and the `match_on` parameter.
Thanks, @chromy!
* 0.3.1: Fix issue causing full paths to be sent on the HTTP request