summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2021-01-06 03:38:49 +0100
committerGabriel Falcão <gabriel@nacaolivre.org>2021-01-06 03:38:49 +0100
commitfecdc51aafccb9536419a4c6387bf7c91d561b56 (patch)
tree8f77f60dc6d704e3ebb7acfdd458f9531307eb24
parentaf34a7aa2b0cdd655a7d2a7298a7472de518c616 (diff)
downloadhttpretty-fecdc51aafccb9536419a4c6387bf7c91d561b56.tar.gz
update changelog
-rw-r--r--docs/source/changelog.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst
index f803ddd..2075f71 100644
--- a/docs/source/changelog.rst
+++ b/docs/source/changelog.rst
@@ -4,8 +4,8 @@ Release Notes
1.0.5
-----
-- Support `socket.socketpair() <https://docs.python.org/3/library/socket.html#socket.socketpair>`_ . `#402 <https://github.com/gabrielfalcao/HTTPretty/issues/402>`_
-
+- Bugfix: Support `socket.socketpair() <https://docs.python.org/3/library/socket.html#socket.socketpair>`_ . `#402 <https://github.com/gabrielfalcao/HTTPretty/issues/402>`_
+- Bugfix: Prevent exceptions from re-applying monkey patches. `#406 <https://github.com/gabrielfalcao/HTTPretty/issues/406>`_
1.0.4
-----