summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2013-08-28 01:32:46 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2013-08-28 01:32:46 +0200
commit948d8c4191342210a5e9540c9078b807ff4d6829 (patch)
tree9d559c004f50665feba82b4ab1ea491a86ef5f53
parent297a111cc918c6451f1b66e3fe3572a9f3fc6b8f (diff)
downloadfactory-boy-948d8c4191342210a5e9540c9078b807ff4d6829.tar
factory-boy-948d8c4191342210a5e9540c9078b807ff4d6829.tar.gz
Update ChangeLog
-rw-r--r--docs/changelog.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 76dd360..75f1c41 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,6 +1,21 @@
ChangeLog
=========
+.. _v2.1.3:
+
+2.1.3 (current)
+---------------
+
+*Bugfix:*
+
+ - Removed duplicated :class:`~factory.alchemy.SQLAlchemyModelFactory` lurking in :mod:`factory`
+ (:issue:`83`)
+
+*New:*
+
+ - The :class:`~factory.django.DjangoModelFactory` now supports the ``FACTORY_FOR = 'myapp.MyModel'``
+ syntax, making it easier to shove all factories in a single module (:issue:`66`).
+
.. _v2.1.2:
2.1.2 (2013-08-14)