update changelogs

lemonsh created

Change summary

minidom/CHANGELOG.md | 2 ++
tokio-xmpp/ChangeLog | 1 +
2 files changed, 3 insertions(+)

Detailed changes

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

tokio-xmpp/ChangeLog 🔗

@@ -49,6 +49,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
       - 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 <pep@bouah.net>