summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcao <gabriel@nacaolivre.org>2013-03-15 20:53:54 -0400
committerGabriel Falcao <gabriel@nacaolivre.org>2013-03-15 20:53:54 -0400
commit649493626569d53e568b8a4c6351521233320da7 (patch)
tree5b08fc2f1a6958f27a87b74dcaf76dae862ed3db
parentc308b1fe2c389f34f0ecbd4f3159e20a55636920 (diff)
downloadhttpretty-649493626569d53e568b8a4c6351521233320da7.tar.gz
0.5.120.5.12
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 48fa750..d8007ac 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,14 @@
# HTTPretty
-> Version 0.5.11
+> Version 0.5.12
[![Build Status](https://secure.travis-ci.org/gabrielfalcao/HTTPretty.png)](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()`