summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2014-01-22 22:41:28 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2014-01-22 22:43:16 +0100
commit497bee605dab138a89661228e071c4e7236c350a (patch)
tree5935b758c261144ddefc2683750f89e79e13deff /docs
parentfb794bd1bcfcb84ec82e72d4f9c3b67624724fdf (diff)
downloadfactory-boy-497bee605dab138a89661228e071c4e7236c350a.tar
factory-boy-497bee605dab138a89661228e071c4e7236c350a.tar.gz
Fix log_pprint for *args (Closes #127).
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 4609821..e75593e 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,7 +11,7 @@ ChangeLog
- 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`)
+ discovered by `mbertheau <https://github.com/mbertheau>`_ (:issue:`123`) and `strycore <https://github.com/strycore>`_ (:issue:`127`)
.. _v2.3.0: