diff --git a/parsers/ChangeLog b/parsers/ChangeLog index e51f023f..cf1a1637 100644 --- a/parsers/ChangeLog +++ b/parsers/ChangeLog @@ -1,3 +1,8 @@ +Version xxx: +0000-00-00 Authors + * Improvements: + - Re-export the jid module entirely. + Version 0.20.0: 2023-08-17 Maxime “pep” Buquet , Emmanuel Gil Peyrot * New parsers/serialisers: diff --git a/parsers/src/lib.rs b/parsers/src/lib.rs index ffa4952e..99101fb9 100644 --- a/parsers/src/lib.rs +++ b/parsers/src/lib.rs @@ -24,7 +24,7 @@ #![warn(missing_docs)] pub use crate::util::error::Error; -pub use jid::{BareJid, Error as JidParseError, FullJid, Jid}; +pub use jid::{self, BareJid, Error as JidParseError, FullJid, Jid}; pub use minidom::Element; /// XML namespace definitions used through XMPP.