forked from outini/python-powerdns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
30 lines (21 loc) · 901 Bytes
/
CHANGES
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
python-powerdns - PowerDNS web api python client and interface
==============================================================
Contact: Denis 'jawa' Pompilio <denis.pompilio@gmail.com>
Sources: https://github.com/outini/python-powerdns
=== v0.2.5 08/10/2018 ===
* fix(interfaces.py): Allow list and not just tuple as a record type
=== v0.2.4 08/10/2018 ===
* fix(interfaces.py): rename method
=== v0.2.3 02/10/2018 ===
* feat(interfaces.py): Add update to deal with PDNS field
=== v0.2.2 10/09/2018 ===
* fix(interfaces.py): fix get_record method
=== v0.2.1 19/06/2018 ===
* Setup script improvement for PyPi publication
=== v0.2.0 19/06/2018 ===
* Modified setup.py for wheels creation
* PyLint and documentation
=== v0.1.1 2018/02/13 ===
* New helper: pdns-zone-creator for DNS zone creation
=== v0.1.0 2018/02/08 ===
* Initial release of python-powerdns