Skip to content

Commit 7e76480

Browse files
committed
Merge pull request #18 from kevin1024/prep_for_0.0.4
Prep for 0.0.4 release to PyPI
2 parents 85ff849 + 79eb57a commit 7e76480

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ tox
115115

116116
## Changelog
117117

118+
* 0.0.4:
119+
* Fix `BadStatusLine` error that occurs when sending multiple requests
120+
in a single session (PR #16). Thanks @msabramo!
121+
* Fix #9 ("Can't be installed at the same time than pytest?") (PR
122+
#14). Thanks @msabramo!
123+
* Add `httpbin_ca_bundle` pytest fixture. With this fixture there is
124+
no need to specify the bundle on every request. And you don't have
125+
to care about where it is located. Thanks @t-8ch!
118126
* 0.0.3: Add a couple test fixtures to make testing old class-based test suites
119127
easier
120128
* 0.0.2: Fixed a couple bugs with the wsgiref server to bring behavior in line

0 commit comments

Comments
 (0)