summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2013-06-20 01:43:56 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2013-06-20 01:43:56 +0200
commitcdc3ae9a91cbe7db1728bb0e83b1c3beee940310 (patch)
treeab7a6f66e70cffeea048e698c833a388304b42f0
parent4f786ac280d7454205ee7922385420a0623974b2 (diff)
downloadfactory-boy-cdc3ae9a91cbe7db1728bb0e83b1c3beee940310.tar
factory-boy-cdc3ae9a91cbe7db1728bb0e83b1c3beee940310.tar.gz
Update ChangeLog.
-rw-r--r--docs/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 98b177d..4437528 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -17,6 +17,8 @@ ChangeLog
to ease resetting the sequence counter for a given factory.
- Add debug messages to ``factory`` logger.
- Add a :meth:`~factory.Iterator.reset` method to :class:`~factory.Iterator` (:issue:`63`)
+ - Add support for the SQLAlchemy ORM through :class:`~factory.alchemy.SQLAlchemyModelFactory`
+ (:issue:`64`, thanks to `Romain Commandé <https://github.com/rcommande>`_)
*Bugfix*