forked from bameda/djmail
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES.txt
50 lines (30 loc) · 845 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Changelog
=========
Version 0.11
------------
- Translate email subject.
- Now the project will be maintened by David Barragan (@bameda).
Version 0.10
------------
- Drop compatibility with django 1.4
- Refactored email rendering making it more efficient using translation switching.
- Better handling different type of emails (html-only, text-only and both).
Version 0.9
-----------
- code cleaning (pep8) (by @davidfischer-ch)
- fix wrong parameters on management command (by @mathieuhinderyckx)
Version 0.8
-----------
- Fixed errors' handling in python2.
Version 0.7
-----------
- Add missing modules not included in the previous version.
- Django 1.4.x support added.
- Minor code cleaning.
Version 0.6
-----------
- Better control for empty bodies.
Version 0.5
-----------
- New documentation.
- Runtests improvements.