aboutsummaryrefslogtreecommitdiff
path: root/docs/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 5f25818..ffca40e 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -7,6 +7,7 @@ ChangeLog
*New:*
- Add :class:`~factory.CircularSubFactory` to solve circular dependencies between factories
- Better creation/building customization hooks at :meth:`factory.Factory._build` and :meth:`factory.Factory.create`.
+ - Add support for passing non-kwarg parameters to a :class:`~factory.Factory` wrapped class.
1.1.5 (09/07/2012)
------------------