Changelog
=========

2.0 - 2011-10-10
----------------

* Avoid dependency on zope.app.event and use zope.lifecycleevent if available.
  [hannosch]

* Changed the way temporary interfaces are attached and removed during
  the various stage of copy events.
  [do3cc]

1.0rc1 - 2008-10-28
-------------------

* Removed the bool(rel.__parent__) check for performance reasons and
  replaced with if/else
  [tesdal]
