diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2014-01-22 22:41:28 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2014-01-22 22:42:00 +0100 |
commit | ecbe5557f99f2f4b14b6c9b4bb79993269906fa8 (patch) | |
tree | fe91825f6ebc938201a275b842e895c5f9481d2b /docs | |
parent | f3ed0fa0c1d2d367a905952e9a6feaab58185616 (diff) | |
download | factory-boy-ecbe5557f99f2f4b14b6c9b4bb79993269906fa8.tar factory-boy-ecbe5557f99f2f4b14b6c9b4bb79993269906fa8.tar.gz |
Fix log_pprint for *args (Closes #127).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index b86d865..57b29c4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -21,7 +21,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: |