Update CHANGES.rst

Co-authored-by: Jason Madden <jason+github@nextthought.com>
This commit is contained in:
Jan-Jaap Driessen 2020-09-28 14:34:38 +02:00 committed by GitHub
parent 1025519cb6
commit 27e832a04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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)
==================