summaryrefslogtreecommitdiff
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2014-01-22 00:26:13 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2014-01-22 00:26:13 +0100
commitfb794bd1bcfcb84ec82e72d4f9c3b67624724fdf (patch)
treee7653a4ad4fea3441a30fb84371a1c44f48db1e9 /docs/changelog.rst
parent6f5169ab871e7bedb098c9ebcafcb46decad59ee (diff)
downloadfactory-boy-fb794bd1bcfcb84ec82e72d4f9c3b67624724fdf.tar
factory-boy-fb794bd1bcfcb84ec82e72d4f9c3b67624724fdf.tar.gz
Update ChangeLog.
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index d18f8e2..4609821 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -10,6 +10,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: