diff --git a/minidom/CHANGELOG.md b/minidom/CHANGELOG.md index f22a9959..47138788 100644 --- a/minidom/CHANGELOG.md +++ b/minidom/CHANGELOG.md @@ -1,4 +1,6 @@ Version NEXT: + * Changes + * Use thiserror for the error type. (!616) Version 0.17, released 2025-09-17: * Changes diff --git a/tokio-xmpp/ChangeLog b/tokio-xmpp/ChangeLog index 2b07cded..a6e0dc16 100644 --- a/tokio-xmpp/ChangeLog +++ b/tokio-xmpp/ChangeLog @@ -49,6 +49,7 @@ XXXX-YY-ZZ RELEASER - Building with insecure-tcp and no other feature got fixed. - Update rxml dependency to 0.13. - Remove warnings for elided lifetimes (rustc 1.90) + - Use thiserror for the error types. (!616) Version 4.0.0: 2024-07-26 Maxime “pep” Buquet