From 26741d6a4ec5673818e2b58bffacd409178c98de Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Mon, 9 Aug 2021 11:15:40 +0200 Subject: [PATCH] Update changelog. --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 0a46812..1deff47 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,11 @@ New Bug Fixes +* Corrected the RTR PDU type of the Cache Reset PDU from 7 to 8. + ([rpki #151]) + +[rpki #151]: https://github.com/NLnetLabs/rpki-rs/pull/151 + Other * Upgraded to Tokio 1.0, Hyper 0.14, and Reqwest 0.11. ([#17])