Browse Source

applied PR-review requests

pull/815/head
Maikel Poot 4 years ago
parent
commit
6f6ccd30b5
2 changed files with 3 additions and 1 deletions
  1. +3
    -0
      CHANGELOG.md
  2. +0
    -1
      requirements.txt

+ 3
- 0
CHANGELOG.md View File

@ -36,6 +36,9 @@
previous versions of octoDNS are discouraged and may result in undefined
behavior and broken records. See https://github.com/octodns/octodns/pull/749
for related discussion.
* TransipProvider removed as it currently relies on `suds` which is broken in
new python versions and hasn't seen a release since 2010. May return with
https://github.com/octodns/octodns/pull/762
#### Stuff


+ 0
- 1
requirements.txt View File

@ -23,5 +23,4 @@ python-dateutil==2.8.1
requests==2.25.1
s3transfer==0.3.3
setuptools==44.1.1
six==1.15.0
python-transip==0.5.0

Loading…
Cancel
Save