diff --git a/parsers/ChangeLog b/parsers/ChangeLog index 28e19280..e80ee6cf 100644 --- a/parsers/ChangeLog +++ b/parsers/ChangeLog @@ -12,6 +12,8 @@ XXXX-YY-ZZ RELEASER * Improvements: - Make Priority’s inner i8 pub, which had been broken since the conversion to xso. (!632) + - ibr::LegacyQuery now implements Default, allowing users to more + easily construct it (!660) Version 0.22.0: 2025-10-28 pep diff --git a/parsers/src/ibr.rs b/parsers/src/ibr.rs index fa0ac5f7..eb6f6df3 100644 --- a/parsers/src/ibr.rs +++ b/parsers/src/ibr.rs @@ -30,7 +30,7 @@ pub struct RemoveQuery { impl IqSetPayload for RemoveQuery {} /// Query for registering against a service, the legacy way. -#[derive(FromXml, AsXml, Debug, Clone)] +#[derive(FromXml, AsXml, Debug, Clone, Default)] #[xml(namespace = ns::REGISTER, name = "query")] pub struct LegacyQuery { /// Whether this account is already registered