From 8e8557f6faae8ca6a36bfda7b45837e4655792f1 Mon Sep 17 00:00:00 2001 From: abu usama Date: Thu, 5 Oct 2023 00:07:22 +0500 Subject: [PATCH] simplified changelog --- ipinfo/CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ipinfo/CHANGELOG.md b/ipinfo/CHANGELOG.md index 3914d7b2..ac626eb5 100644 --- a/ipinfo/CHANGELOG.md +++ b/ipinfo/CHANGELOG.md @@ -1,10 +1,10 @@ # 3.1.2 -* `ipinfo tool prefix` introduced with some misc. prefix tools. Currently supports following: - - `ipinfo tool prefix addr` returns the base IP address of a prefix. - - `ipinfo tool prefix bits` returns the length of a prefix and reports `-1`` if invalid. - - `ipinfo tool prefix masked` returns canonical form of a prefix, masking off non-high bits, and returns the zero if invalid. - - `ipinfo tool prefix is_valid` reports whether a prefix is valid. +* `ipinfo tool prefix` introduced with some misc. prefix tools. Currently supports following subcommands: + - `addr` returns the base IP address of a prefix. + - `bits` returns the length of a prefix and reports `-1`` if invalid. + - `masked` returns canonical form of a prefix, masking off non-high bits, and returns the zero if invalid. + - `is_valid` reports whether a prefix is valid. ## Pull Requests