Skip to content

Commit

Permalink
simplified changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
abu-usama committed Oct 4, 2023
1 parent 6d3758c commit 8e8557f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ipinfo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 8e8557f

Please sign in to comment.