summaryrefslogtreecommitdiff
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2014-01-22 22:47:11 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2014-01-22 22:47:43 +0100
commit39383fea8bd5bd58b063d9c9fbb44301e781fd80 (patch)
tree82a42004c0ef1ad0f1e132399d426354b3ea080c /docs/changelog.rst
parent8639d0f70b03acd0cd76f1c81207461e185f8615 (diff)
downloadfactory-boy-39383fea8bd5bd58b063d9c9fbb44301e781fd80.tar
factory-boy-39383fea8bd5bd58b063d9c9fbb44301e781fd80.tar.gz
fuzzy: Add FuzzyFloat (Closes #124).
As suggested by @savingschampion
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 57b29c4..aba1d76 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,7 @@ ChangeLog
- Add support for :attr:`factory.fuzzy.FuzzyInteger.step`, thanks to `ilya-pirogov <https://github.com/ilya-pirogov>`_ (:issue:`120`)
- Add :meth:`~factory.django.mute_signals` decorator to temporarily disable some signals, thanks to `ilya-pirogov <https://github.com>`_ (:issue:`122`)
+ - Add :class:`~factory.fuzzy.FuzzyFloat` (:issue:`124`)
.. _v2.3.1: