From ca241faf7db5d059c838669a64411f3c31c3b715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 12 Feb 2025 19:33:53 +0100 Subject: [PATCH] PrintRawXml: Add changelog entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- xso/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xso/ChangeLog b/xso/ChangeLog index 206c64143906bef31895541fa3035e5d49bade5f..71cd3ea12ea064ad8a319ab62f3dae33bd75b384 100644 --- a/xso/ChangeLog +++ b/xso/ChangeLog @@ -34,6 +34,8 @@ Version NEXT: - New `codec` field on `attribute` meta, to support decoding and encoding using any `TextCodec`. - Support for `no_std` usage (the alloc crate is required, though). + - Add a PrintRawXml helper struct to be able to display raw xml, useful + for debug logs. * Changes - Generated AsXml iterator and FromXml builder types are now doc(hidden), to not clutter hand-written documentation with auto