----------------
- This release is the last which will maintain support for Python 2.4 /
Python 2.5.
- Added an ``unwind`` configuration option. If ``unwind`` is True, the
iterable returned by the downstream application will be consumed and turned
into a list during profiling. This allows you to profile applications
which return generators or other iterables that do "real work".
- Applications which return generators that do "real work" will now need to
supply the ``unwind`` flag to configuration to see that work in profile
output.