Skip to content

Commit 665d967

Browse files
Update Changelog
1 parent 551eaf3 commit 665d967

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1515
## [unreleased]
1616
### Added
1717
- 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.
1820

1921
### Changed
2022
- Bump MSRV to 1.80.
21-
- Upgrade `ipnetwork` dependency from 0.20 to 0.21. This is a breaking change since
22-
`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.
2327

2428

2529
## [0.6.1] - 2024-10-02

0 commit comments

Comments
 (0)