diff --git a/README.md b/README.md index 59ae795..c06ab2c 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,14 @@ tox ## Changelog +* 0.0.4: + * Fix `BadStatusLine` error that occurs when sending multiple requests + in a single session (PR #16). Thanks @msabramo! + * Fix #9 ("Can't be installed at the same time than pytest?") (PR + #14). Thanks @msabramo! + * Add `httpbin_ca_bundle` pytest fixture. With this fixture there is + no need to specify the bundle on every request. And you don't have + to care about where it is located. Thanks @t-8ch! * 0.0.3: Add a couple test fixtures to make testing old class-based test suites easier * 0.0.2: Fixed a couple bugs with the wsgiref server to bring behavior in line