From 41de8ee03f86460f0c3fa236a4c8106b7cca0cb0 Mon Sep 17 00:00:00 2001 From: Jordan Adler Date: Wed, 8 May 2019 14:14:46 -0400 Subject: [PATCH] Fix changelog --- docs/whatsnew.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whatsnew.rst b/docs/whatsnew.rst index 68790527..a2b6fc05 100644 --- a/docs/whatsnew.rst +++ b/docs/whatsnew.rst @@ -48,7 +48,7 @@ effect on your system. This releases also fixes these bugs: -- Fix ``newbytes`` constructor bug. (Issue #163) +- Fix ``newbytes`` constructor bug. (Issue #171) - Fix semantics of ``bool()`` with ``newobject``. (Issue #211) - Fix ``standard_library.install_aliases()`` on PyPy. (Issue #205) - Fix assertRaises for ``pow`` and ``compile``` on Python 3.5. (Issue #183)