Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Nov 16, 2017
1 parent 14b866c commit 4e38704
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
Changes
=======

0.7b1 (16-11-2017)
------------------

- Support for Django 1.10, 1.11 and tentative support for 2.0.
- Drop support for Django 1.9.
- Added support for Python 3.6.

- Isolated the send_message process in anticipation of dropping of
django-extensions dependency (#39).
- Custom ArticleFormSet for improved Article sortorder, hidden
by default. (#194)
- Move tests to separate directory, exclude from binaries and use
Django's native test runner. (#206)
- Cleanup of form validation. (#209)
- Settings for delays between emails, batches and the size of batches. (#223)
- Add missing translatable strings in templates. (#220)
- Added translations for es, el_GR.
- Updated translations for fa, fr, nl.

Security fixes
^^^^^^^^^^^^^^

- Don’t leak username in unsubscribe form.
- Use Django’s crypto code to generate random code.

Small fixes
^^^^^^^^^^^

- Add MySQL contrib to export list of subscribers.
- Add note about EMAIL_* settings in installation docs.
- Added test for `Message.__str__`.
- Warnings when files cannot be read in setup.py.
- Move test requirements to their approriate place. Closes (#190)
- Note on upgrading from <0.5.
- Added documentation on premailers. Closes (#178)
- Display email on import confirmation page.
- Fix broken links in requirements. (#205)
- Move Pillow to requirements, fixes (#202).
- Add a second subscription for mailing tests.
- Require Django 1.8.18 (latest point release).
- HTML5 doctype for default templates.

0.6 (2-2-2016)
--------------

Expand Down

0 comments on commit 4e38704

Please sign in to comment.