Changes

2.0.0 (unreleased)

  • Add zope.lifecycleevent subscribers. You must include subscribers.zcml to use these. See https://github.com/zopefoundation/zc.intid/issues/5
  • Documentation is now hosted at http://zcintid.readthedocs.io
  • Add continuous integration testing for supported Python versions.
  • Add PyPy support.
  • Add Python 3 support.
  • Drop support for Python less than 2.7.
  • Remove ZODB3 dependency in favor of explicit dependencies on BTrees.
  • The zope-intid.zcml file included in this package now works to make the IntId utility from this package implement the zope.intids interface, if that package is installed.

1.0.1 (2011-06-27)

  • Make the behavior of the utility’s getId method consistent with zope.intid in regard to its handling of proxied objects.

1.0.0 (2011-02-21)

  • Initial release.