Skip to content

Commit

Permalink
Add change note. Fixes #100
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Sep 21, 2017
1 parent d372be1 commit 32e26fc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGES.rst
Expand Up @@ -4,8 +4,12 @@ Changes
4.4.3 (unreleased)
------------------

- Avoid exceptions when the ``__annotations__`` attribute is added to interface definitions with Python 3.x type hints.
See `issue 98 <https://github.com/zopefoundation/zope.interface/issues/98>`_.
- Avoid exceptions when the ``__annotations__`` attribute is added to
interface definitions with Python 3.x type hints. See `issue 98
<https://github.com/zopefoundation/zope.interface/issues/98>`_.
- Fix the possibility of a rare crash in the C extension when
deallocating items. See `issue 100
<https://github.com/zopefoundation/zope.interface/issues/100>`_.


4.4.2 (2017-06-14)
Expand Down

0 comments on commit 32e26fc

Please sign in to comment.