diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-09-24 20:53:09 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-09-24 20:53:09 +0200 |
commit | ea00fa30273c7355c02a361c1193ea4764528edb (patch) | |
tree | 830d2a7d2288f1194ca00bfdef2acea6a62757a2 /docs | |
parent | 8e37debdc17c5649b8d6b2cf035fb58c4ad3c077 (diff) | |
download | factory-boy-2.2.0.tar factory-boy-2.2.0.tar.gz |
Release v2.2.0v2.2.0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 25d6a06..3e07a82 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,8 +3,8 @@ ChangeLog .. _v2.2.0: -2.2.0 (current) ---------------- +2.2.0 (2013-09-24) +------------------ *Bugfix:* @@ -13,6 +13,7 @@ ChangeLog - Properly handle sequences within object inheritance chains. If FactoryA inherits from FactoryB, and their associated classes share the same link, sequence counters will be shared (:issue:`93`) + - Properly handle nested :class:`~factory.SubFactory` overrides *New:* |