-
Notifications
You must be signed in to change notification settings - Fork 13
/
CHANGES.txt
45 lines (28 loc) · 913 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
Changes
=======
1.3 (2015-08-20)
----------------
#6 Added `.abort()` feature for Reporter.
1.2.4 (2014-11-29)
------------------
#5 Officially supporting for Python3.4 and Django1.7.
1.2.3 (2014-06-20)
------------------
#3 Add manager_mail_committer.
1.2.2 (2014-06-15)
------------------
#2 Improved `apply_reporter` to get a committer function.
1.2.1 (2014-06-14)
------------------
Cleaned up the default template of report mail.
1.2 (2014-06-07)
----------------
* Fixed wrong function names of committer (comitter => committer)
* `reportmail.reporter.console_comitter` is now renamed as `reportmail.reporter.console_committer`
* `reportmail.reporter.admin_mail_comitter` is now renamed as `reportmail.reporter.admin_mail_committer`
1.1 (2014-05-28)
----------------
* Fixed the wrong attribute name of Reporter (comitter => committer)
1.0 (2014-05-28)
----------------
Initial release