diff options
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/120-remove-ipaddress.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/120-remove-ipaddress.yaml b/changelogs/fragments/120-remove-ipaddress.yaml new file mode 100644 index 00000000..71dc3422 --- /dev/null +++ b/changelogs/fragments/120-remove-ipaddress.yaml @@ -0,0 +1,3 @@ +--- +major_changes: + - ipaddress is no longer in ansible.netcommon. For Python versions without ipaddress (< 3.0), the ipaddress package is now required. |