Commit 4eb7bdb 1 parent 222a78f commit 4eb7bdb Copy full SHA for 4eb7bdb
File tree 2 files changed +16
-5
lines changed
2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,18 @@ This document records all notable changes to django-templated-mail.
6
6
This project adheres to `Semantic Versioning <http://semver.org/ >`_.
7
7
8
8
---------------------
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)
10
21
---------------------
11
22
12
23
* Breaking API: Update ``set_context_data `` to ``get_context_data ``
@@ -17,21 +28,21 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
17
28
* Remove Python 3.3 from supported versions
18
29
19
30
---------------------
20
- `0.2.0 `_ (2015 -09-22)
31
+ `0.2.0 `_ (2017 -09-22)
21
32
---------------------
22
33
23
34
* Add support for CC and BCC
24
35
* Update name of ``BaseEmailMessage.send_to `` to ``BaseEmailMessage.send ``
25
36
26
37
---------------------
27
- `0.1.1 `_ (2015 -09-15)
38
+ `0.1.1 `_ (2017 -09-15)
28
39
---------------------
29
40
30
41
* Bugfix: Issue with template nodes requiring template to be bound to context
31
42
* Bugfix: Issue with whitespaces around content blocks
32
43
33
44
---------------------
34
- `0.1.0 `_ (2015 -09-15)
45
+ `0.1.0 `_ (2017 -09-15)
35
46
---------------------
36
47
37
48
* Initial release of the project. Its goal is to provide simple API for sending
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Supported Django versions
13
13
-------------------------
14
14
15
15
* Django 1.8
16
- * Django 1.10
17
16
* Django 1.11
17
+ * Django 2.0
18
18
19
19
Installation
20
20
------------
You can’t perform that action at this time.
0 commit comments