summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Jaap Driessen <jdriessen@minddistrict.com>2020-09-28 14:34:38 +0200
committerGitHub <noreply@github.com>2020-09-28 14:34:38 +0200
commit27e832a04c8b3b092ccb2568634e46f8dd8629e1 (patch)
treec3cc5f8f246c846339007eedf17098ce97cfa5ee
parent1025519cb68ad8fdae379daa6de8d9ec427456cd (diff)
downloadzope-interface-27e832a04c8b3b092ccb2568634e46f8dd8629e1.tar.gz
Update CHANGES.rst
Co-authored-by: Jason Madden <jason+github@nextthought.com>
-rw-r--r--CHANGES.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index dbcaf41..e2d16f9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -12,9 +12,9 @@
that argument. See `issue 208
<https://github.com/zopefoundation/zope.interface/issues/208>`_.
-- When an invariant is defined in an interface, it's found by
- `validateInvariants` in all interfaces inheriting from that interface.
- Make sure to call each invariant only once when validating invariants.
+- Make sure to call each invariant only once when validating invariants.
+ Previously, invariants could be called multiple times because when an invariant is defined in an interface, it's found by in all interfaces inheriting from that interface.
+ See `pull request 215 <https://github.com/zopefoundation/zope.interface/pull/215/>`_.
5.1.0 (2020-04-08)
==================