From 3717e5ce7512a9ea242789dc3b361dc97ffb569a Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Wed, 31 Jul 2024 17:19:19 +0200 Subject: [PATCH] Update changelog. --- Changelog.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 10f3807..277cf7d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,18 +10,21 @@ New * Re-export `bcder` as `dep::bcder` if it is enabled. ([#299]) * Added `PublisherRequest::set_publisher_handle`. ([#300]) * Added `uri::{Rsync,Https}::path_into_dir` ([#302]) +* Added `Ipv4Block` and `Ipv6Block` and `FromIterator` impls for + `Ipv4Blocks` and `Ipv6Blocks`. ([#298]) Bug fixes Other changes -* The minimum supported Rust version is now 1.67. ([#301]) +* The minimum supported Rust version is now 1.70. ([#303]) [#297]: https://github.com/NLnetLabs/rpki-rs/pull/297 +[#298]: https://github.com/NLnetLabs/rpki-rs/pull/298 [#299]: https://github.com/NLnetLabs/rpki-rs/pull/299 [#300]: https://github.com/NLnetLabs/rpki-rs/pull/300 -[#301]: https://github.com/NLnetLabs/rpki-rs/pull/301 [#302]: https://github.com/NLnetLabs/rpki-rs/pull/302 +[#303]: https://github.com/NLnetLabs/rpki-rs/pull/303 ## 0.18.4