Skip to content

Commit

Permalink
update changes.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Riolo committed May 11, 2015
1 parent 96959af commit 1177c08
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGES.rst
Expand Up @@ -5,8 +5,13 @@ Changes
----------------

- compatibility for python 3
- reimplement ``zope.interface.implements`` with a grokker
for both python2 and python3
- Python 3 doesn't support the directive ``zope.interface.implements``
any more and is required to use the ``@implementer`` class decorator instead.
This version of grokcore.components provides its own
``grokcore.component.implements`` directive for both Python 2 and 3.
So this directive can still be used with the help of a grokker.
If you use grokcore.components >= 2.6 the new implementation will be used
while earlier versions used zope.interface.implements.

2.5 (2012-05-01)
----------------
Expand Down

0 comments on commit 1177c08

Please sign in to comment.