diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2014-01-22 00:26:13 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2014-01-22 00:26:13 +0100 |
commit | fb794bd1bcfcb84ec82e72d4f9c3b67624724fdf (patch) | |
tree | e7653a4ad4fea3441a30fb84371a1c44f48db1e9 | |
parent | 6f5169ab871e7bedb098c9ebcafcb46decad59ee (diff) | |
download | factory-boy-fb794bd1bcfcb84ec82e72d4f9c3b67624724fdf.tar factory-boy-fb794bd1bcfcb84ec82e72d4f9c3b67624724fdf.tar.gz |
Update ChangeLog.
-rw-r--r-- | docs/changelog.rst | 2 |
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: |