summaryrefslogtreecommitdiff
path: root/docs/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 326b245..25d6a06 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,15 +1,18 @@
ChangeLog
=========
-.. _v2.1.3:
+.. _v2.2.0:
-2.1.3 (current)
+2.2.0 (current)
---------------
*Bugfix:*
- Removed duplicated :class:`~factory.alchemy.SQLAlchemyModelFactory` lurking in :mod:`factory`
(:issue:`83`)
+ - 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`)
*New:*