diff options
| author | Gabriel Falcao <gabriel@nacaolivre.org> | 2013-03-15 20:53:54 -0400 |
|---|---|---|
| committer | Gabriel Falcao <gabriel@nacaolivre.org> | 2013-03-15 20:53:54 -0400 |
| commit | 649493626569d53e568b8a4c6351521233320da7 (patch) | |
| tree | 5b08fc2f1a6958f27a87b74dcaf76dae862ed3db | |
| parent | c308b1fe2c389f34f0ecbd4f3159e20a55636920 (diff) | |
| download | httpretty-649493626569d53e568b8a4c6351521233320da7.tar.gz | |
0.5.120.5.12
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,9 +1,14 @@ # HTTPretty -> Version 0.5.11 +> Version 0.5.12 [](http://travis-ci.org/gabrielfalcao/HTTPretty) +# New in version 0.5.12 + +* HTTPretty doesn't hang when using other application protocols under + a @httprettified decorated test. + # New in version 0.5.11 * Ability to know whether HTTPretty is or not enabled through `HTTPretty.is_enabled()` |
