------------------
- Dropped support for Python 2.3 / 2.4. Users of those Python versions
should pin to earlier releases, (e.g., "meld3<1.0.0dev").
- Added compatibility with Python 3.2, 3.3, and 3.4. Thanks to Scott
Maxwell and Tres Seaver for contributing the patches.
- Installation now requires setuptools.
- The optional C extension has been removed. It was only used internally
by meld3, was not enabled by default, and did not support all meld3
features. The pure Python version has very acceptable performance.
- The license has been changed from ZPL 2.1 to the BSD-derived Repoze
license, which is the same license used by Supervisor.
- Profiling scripts that had been used early in meld3 development have
been removed.
- The example scripts example.py and melddiff.py have been removed. See
README.rst for the same example that was in example.py and the unit tests
for examples of the ``diffmeld`` function.
- Support for using meld3 directly from the command line with
``python meld3.py <file> <mutator>`` has been removed.