From 6c8855a6d5b5859d93c9f4bbca38d0401cb93b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 17 Aug 2023 15:28:18 +0200 Subject: [PATCH] tokio-xmpp: Update Changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- tokio-xmpp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tokio-xmpp/ChangeLog b/tokio-xmpp/ChangeLog index 483ada52..601cc398 100644 --- a/tokio-xmpp/ChangeLog +++ b/tokio-xmpp/ChangeLog @@ -2,6 +2,12 @@ Version next: 0000-00-00 xxxxxxxxxx * Breaking changes: - AsyncClient::new takes a parsed Jid instead of string (#72) + - Properly add @id to every stanza, and also add support for components. * Changes: - env_logger is now included in dev_dependencies for examples debugging with RUST_LOG=debug - Fix debug prints to include all XML being sent and received + - Add chosen DNS method to debug logs + - Add syntax highlighting to debug logs + - Update dependencies + - Fix a deadlock when packets were being ignored. (6ccc5cc) + - Re-export jid structs, minidom::Element, and parsers module