diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 1 | ||||
-rw-r--r-- | docs/fuzzy.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 630b45f..09de792 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,7 @@ ChangeLog *New:* - Add :class:`~factory.fuzzy.FuzzyText`, thanks to `jdufresne <https://github.com/jdufresne>`_ (:issue:`97`) + - Add :class:`~factory.fuzzy.FuzzyDecimal`, thanks to `thedrow <https://github.com/thedrow>`_ (:issue:`94`) .. _v2.2.1: diff --git a/docs/fuzzy.rst b/docs/fuzzy.rst index 1843920..b94dfa5 100644 --- a/docs/fuzzy.rst +++ b/docs/fuzzy.rst @@ -97,7 +97,7 @@ FuzzyInteger .. attribute:: high int, the inclusive higher bound of generated integers - + FuzzyDecimal ------------ |