Skip to content

Commit

Permalink
Updare changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Nov 29, 2024
1 parent 31431df commit e65b697
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ New
* Added `uri::{Rsync,Https}::path_into_dir` ([#302])
* Added `Ipv4Block` and `Ipv6Block` and `FromIterator` impls for
`Ipv4Blocks` and `Ipv6Blocks`. ([#298])
* Made `AddressRange` public and added methods to convert ranges into
a set of prefixes. ([#306])

Bug fixes

* Do not allow backslashes in idexchange handles. ([#304])

Other changes

* The minimum supported Rust version is now 1.70. ([#303])
Expand All @@ -25,6 +29,8 @@ Other changes
[#300]: https://github.com/NLnetLabs/rpki-rs/pull/300
[#302]: https://github.com/NLnetLabs/rpki-rs/pull/302
[#303]: https://github.com/NLnetLabs/rpki-rs/pull/303
[#304]: https://github.com/NLnetLabs/rpki-rs/pull/304
[#306]: https://github.com/NLnetLabs/rpki-rs/pull/306


## 0.18.4
Expand Down

0 comments on commit e65b697

Please sign in to comment.