* Add Django 2.0 compatibility testing * Drop Django 1.9 and Python 3.3 support * Move documentation into README * Convert CI and coverage to CircleCi and CodeCov * Add PyPi-compatible long description
4.0.0
- __BI__: To support changes to `render_to_string` in Django 1.10 and above, your notice `full.txt` and `short.txt` plain text templates must now be autoescaped explicitly using the `{% autoescape %}` tag. ([68](https://github.com/pinax/pinax-notifications/issues/68issuecomment-258383323))