diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 695670f..b9ea79f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,7 @@ ChangeLog - Allow overriding the base factory class for :func:`~factory.make_factory` and friends. - Add support for Python3 (Thanks to `kmike <https://github.com/kmike>`_ and `nkryptic <https://github.com/nkryptic>`_) - Add support for ``get_or_create`` in :class:`~factory.DjangoModelFactory` + - The default :attr:`~factory.Sequence.type` for :class:`~factory.Sequence` is now :obj:`int` *Removed:* |