------------------
New Features
++++++++++++
- Refactor the adapter-lookup algorithim to make it much simpler and faster.
Also, implement more of the adapter-lookup logic in C, making
debugging of application code easier, since there is less
infrastructre code to step through.
- Treat objects without interface declarations as if they
declared that they provide ``zope.interface.Interface``.
- Add a number of richer new adapter-registration interfaces
that provide greater control and introspection.
- Add a new interface decorator to zope.interface that allows the
setting of tagged values on an interface at definition time (see
zope.interface.taggedValue).
Bug Fixes
+++++++++
- A bug in multi-adapter lookup sometimes caused incorrect adapters to
be returned.