- Add support to call ``bytes()`` on an object wrapped by an ``ImplicitAcquisitionWrapper``. (`38 <https://github.com/zopefoundation/Acquisition/issues/38>`_)
4.5
----------------
- Avoid deprecation warnings by using current API.
- Add support for Python 3.7.
4.4.4
------------------
- Add Appveyor configuration to automate building Windows eggs.
4.4.3
------------------
- Fix the extremely rare potential for a crash when the C extensions are in use. See `issue 21 <https://github.com/zopefoundation/Acquisition/issues/21>`_.
4.4.2
------------------
- Fix C capsule name to fix import errors.
- Ensure our dependencies match our expactations about C extensions.