summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 9f9da33..d83b78b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -66,6 +66,17 @@
to the collections ABCs of the same name; ``Tuple`` now extends
``Sequence`` and ``List`` now extends ``MutableSequence``.
+- Add new field ``Collection``, implementing ``ICollection``. This is
+ the base class of ``Sequence``. Previously this was known as
+ ``AbstractCollection`` and was not public. It can be subclassed to
+ add ``value_type``, ``_type`` and ``unique`` attributes at the class
+ level, enabling a simpler constructor call. See `issue 23
+ <https://github.com/zopefoundation/zope.schema/issues/23>`_.
+
+- Make ``Object`` respect a ``schema`` attribute defined by a
+ subclass, enabling a simpler constructor call. See `issue 23
+ <https://github.com/zopefoundation/zope.schema/issues/23>`_.
+
4.5.0 (2017-07-10)
==================