From bd9fe433d6bbd00611dccf3385b828fcc7447b2e Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Fri, 26 Jan 2024 13:52:34 +0100 Subject: [PATCH] Update changelog. --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index fc361f7a..6ef5de78 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,6 +17,9 @@ New Bug fixes * Fixed display implementation of `name::Chain<_, _>`. ([#253]) +* Fixed the extended part returned by `OptRcode::to_parts` (it was shifted + by 4 bits too many) and return all 12 bits for the `Int` variant in + `OptRcode::to_int`. ([#258]) Other changes @@ -24,6 +27,7 @@ Other changes [#215]: https://github.com/NLnetLabs/domain/pull/215 [#251]: https://github.com/NLnetLabs/domain/pull/251 [#253]: https://github.com/NLnetLabs/domain/pull/253 +[#258]: https://github.com/NLnetLabs/domain/pull/258 [@torin-carey]: https://github.com/torin-carey