diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-10-29 00:20:17 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-10-29 00:20:17 +0100 |
commit | dc482f67c83be2b2607e2e9c4b259c03a59d9532 (patch) | |
tree | dace5d4c3586c890f2e0c9dfe6ab36126dae5d4a | |
parent | 990bfaf44ce39aaa01a2107aadc1933947bcf550 (diff) | |
download | factory-boy-dc482f67c83be2b2607e2e9c4b259c03a59d9532.tar factory-boy-dc482f67c83be2b2607e2e9c4b259c03a59d9532.tar.gz |
Update Changelog with FuzzyText (Closes #97).
-rw-r--r-- | docs/changelog.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index e5fe303..630b45f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,15 @@ ChangeLog ========= +.. _v2.3.0: + +2.3.0 (master) +-------------- + +*New:* + + - Add :class:`~factory.fuzzy.FuzzyText`, thanks to `jdufresne <https://github.com/jdufresne>`_ (:issue:`97`) + .. _v2.2.1: 2.2.1 (2013-09-24) |