Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Jan 12, 2025
1 parent 551eaf3 commit 665d967
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [unreleased]
### Added
- Add function for setting and clearing interface flags.
- Add the `IpNetwork` type for representing IPv4 and IPv6 networks. It will replace the use of the
`ipnetwork::{IpNetwork, Ipv4Network, Ipv6Network}` types.

### Changed
- 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.
- Upgrade `ipnetwork` dependency from 0.20 to 0.21.

### Removed
- Remove `ipnetwork` from the public API.


## [0.6.1] - 2024-10-02
Expand Down

0 comments on commit 665d967

Please sign in to comment.