forked from alan-hicks/django-dmarc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
52 lines (33 loc) · 910 Bytes
/
CHANGELOG
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
51
52
Version 0.1.9 (2015-03-28)
--------------------------
Fix AttributeError: 'Element' object has no attribute 'getroot'
Version 0.1.8 (2015-03-27)
--------------------------
Fix reference before assignment
Add save original XML report
Version 0.1.7 (2015-03-17)
--------------------------
Save XML with test
Add Logging
Supress email errors
Version 0.1.6 (2015-03-13)
--------------------------
Fix missing self (Lukas Pühringer)
Version 0.1.5 (2015-03-11)
--------------------------
* Optimise prefetch
Version 0.1.4 (2015-03-10)
--------------------------
* Fix report closing tags
Version 0.1.3 (2015-03-07)
--------------------------
* Allow duplicate Records
Version 0.1.2 (2015-03-03)
--------------------------
* Added a dmarc report
Version 0.1.1 (2015-03-01)
--------------------------
* Improved documentation
Version 0.1.0 (2015-02-28)
--------------------------
* Project created