summaryrefslogtreecommitdiff
path: root/docs/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 2e7aaea..1e6d45b 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -39,8 +39,6 @@ The following features have been deprecated and will be removed in an upcoming r
- Usage of :meth:`~factory.Factory.set_creation_function` and :meth:`~factory.Factory.set_building_function`
are now deprecated
- - The :attr:`~factory.Factory.ABSTRACT_FACTORY` attribute has been renamed to
- :attr:`~factory.Factory.FACTORY_ABSTRACT`.
- Implicit associated class discovery is no longer supported, you must set the :attr:`~factory.Factory.FACTORY_FOR`
attribute on all :class:`~factory.Factory` subclasses