v1.2, 2014-09-19
    * Cache speaker image from URL, using face recognition for thumbnail
    * Improve display of subsections on section pages
    * Unicode slug support
    * Paginate /speeches
    * Link truncated speech text to speech
    * Tweaks to speech templates, including showing speech titles
    * Add a date picker to speech/ section forms
    * Unhide unimportant form sections which contain errors
    * More translatable strings, including form labels
    * Reduce database queries in get_ancestors and search indexing
    * Model additions:
        * Speech 'type'
        * Section start date and time
        * Section/Speech num, heading (renamed from title) and subheading
    * Akoma Ntoso import
        * Allow anonymous speeches
        * Add support for more preface elements
    * Development
        * Easier local development settings override
        * No requirement to have auth middleware installed

Thanks to James McKinney, Duncan Parkes, Matthew Somerville, Martin Wright, and
Zarino Zappia for their work on this release.

v1.1.1, 2014-07-04
    * Switch to PyPI-hosted fork of django-bleach to remove extra step running
      under Python 3.

v1.1, 2014-07-04
    * Display improvements, including to the default front page, the speech
      detail page, nicer empty content messages and various tweaks
    * Editing improvements, including a much nicer speech editing form, with
      inline creation of new speakers and sections
    * django-popolo is now used to store people data
    * Python 3 compatibility
    * Removal of unneeded dependencies
    * Included git pre-commit hook for CSS compilation
    * Realtime search processer enabled in the example project
    * Akoma Ntoso import
        * Support coverPage and docTitle
        * Log rather than die on error
        * Namespace handling fix

Thanks to Richard Lewis, James McKinney, Duncan Parkes, Matthew Somerville, and
Zarino Zappia for their work on this release.

v1.0, 2014-04-16 -- Initial release.
