summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index c051916..b86d865 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -20,6 +20,8 @@ ChangeLog
*Bugfix:*
- Fix badly written assert containing state-changing code, spotted by `chsigi <https://github.com/chsigi>`_ (:issue:`126`)
+ - Don't crash when handling objects whose __repr__ is non-pure-ascii bytes on Py2,
+ discovered by `mbertheau <https://github.com/mbertheau>`_ (:issue:`123`)
.. _v2.3.0: