summaryrefslogtreecommitdiff
path: root/releasenotes/notes/allow-to-convert-ipv4-address-from-text-to-binary-8c46ad2d9989e8c5.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/allow-to-convert-ipv4-address-from-text-to-binary-8c46ad2d9989e8c5.yaml')
-rw-r--r--releasenotes/notes/allow-to-convert-ipv4-address-from-text-to-binary-8c46ad2d9989e8c5.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/allow-to-convert-ipv4-address-from-text-to-binary-8c46ad2d9989e8c5.yaml b/releasenotes/notes/allow-to-convert-ipv4-address-from-text-to-binary-8c46ad2d9989e8c5.yaml
new file mode 100644
index 0000000..cca9c1b
--- /dev/null
+++ b/releasenotes/notes/allow-to-convert-ipv4-address-from-text-to-binary-8c46ad2d9989e8c5.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Add a ``strict`` flag to ``netutils.is_valid_ipv4`` to allowing users to
+ restrict validation to IP addresses in presentation format (``a.b.c.d``)
+ as opposed to address format (``a.b.c.d``, ``a.b.c``, ``a.b``, ``a``).