Skip to content

Commit 4eb7bdb

Browse files
committed
Update CHANGELOG
Remove Django 1.10 from docs
1 parent 222a78f commit 4eb7bdb

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.rst

+15-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@ This document records all notable changes to django-templated-mail.
66
This project adheres to `Semantic Versioning <http://semver.org/>`_.
77

88
---------------------
9-
`1.0.0`_ (2015-10-06)
9+
`1.1.0`_ (2017-01-29)
10+
---------------------
11+
12+
* Add support for ``reply_to`` parameter in ``BaseEmailMessage.send`` method
13+
* Add support for ``from_email`` parameter in ``BaseEmailMessage.send`` method
14+
* Add support for Django 2.0
15+
* Remove support for Django 1.10
16+
* Fix passing context to email classes with context provided via mixin
17+
* Fix invalid release years in release notes
18+
19+
---------------------
20+
`1.0.0`_ (2017-10-06)
1021
---------------------
1122

1223
* Breaking API: Update ``set_context_data`` to ``get_context_data``
@@ -17,21 +28,21 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
1728
* Remove Python 3.3 from supported versions
1829

1930
---------------------
20-
`0.2.0`_ (2015-09-22)
31+
`0.2.0`_ (2017-09-22)
2132
---------------------
2233

2334
* Add support for CC and BCC
2435
* Update name of ``BaseEmailMessage.send_to`` to ``BaseEmailMessage.send``
2536

2637
---------------------
27-
`0.1.1`_ (2015-09-15)
38+
`0.1.1`_ (2017-09-15)
2839
---------------------
2940

3041
* Bugfix: Issue with template nodes requiring template to be bound to context
3142
* Bugfix: Issue with whitespaces around content blocks
3243

3344
---------------------
34-
`0.1.0`_ (2015-09-15)
45+
`0.1.0`_ (2017-09-15)
3546
---------------------
3647

3748
* Initial release of the project. Its goal is to provide simple API for sending

docs/source/getting_started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Supported Django versions
1313
-------------------------
1414

1515
* Django 1.8
16-
* Django 1.10
1716
* Django 1.11
17+
* Django 2.0
1818

1919
Installation
2020
------------

0 commit comments

Comments
 (0)