We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551eaf3 commit 665d967Copy full SHA for 665d967
CHANGELOG.md
@@ -15,11 +15,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
15
## [unreleased]
16
### Added
17
- Add function for setting and clearing interface flags.
18
+- Add the `IpNetwork` type for representing IPv4 and IPv6 networks. It will replace the use of the
19
+ `ipnetwork::{IpNetwork, Ipv4Network, Ipv6Network}` types.
20
21
### Changed
22
- Bump MSRV to 1.80.
-- Upgrade `ipnetwork` dependency from 0.20 to 0.21. This is a breaking change since
- `ipnetwork` is part of the public API.
23
+- Upgrade `ipnetwork` dependency from 0.20 to 0.21.
24
+
25
+### Removed
26
+- Remove `ipnetwork` from the public API.
27
28
29
## [0.6.1] - 2024-10-02
0 commit comments