--------------------------
- Fix the bug that Doug found where items from collectors would be
rendered fully. [nouri]
- Update installation instructions to account for Plone 3.2.x
buildouts, which are somewhat different. [nouri]
- Added optional keyword argument ``override_vars`` to
Composer.render. ``override_vars`` are now a override individual
``composer_vars`` from e.g. the ``send-newsletter.html`` form.
I've included an example of this in the section "Customizing the
send as newsletter form" in browser.txt (and the new
``send-newsletter-custom-subject.html`` view). This is a pretty
pervasive change since it needs to work with asynchronous sending,
email-previewing, browser-previewing, and with scheduled delivery.
Included is an upgrade step for migrating ``TimedScheduler.items``
to the new format. Refer to the Upgrade_ section for details on how
to run upgrades. [tmog]