PrintRawXml: Add changelog entry
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
947d84c0d2
commit
ca241faf7d
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ Version NEXT:
|
||||||
- New `codec` field on `attribute` meta, to support decoding and
|
- New `codec` field on `attribute` meta, to support decoding and
|
||||||
encoding using any `TextCodec`.
|
encoding using any `TextCodec`.
|
||||||
- Support for `no_std` usage (the alloc crate is required, though).
|
- 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
|
* Changes
|
||||||
- Generated AsXml iterator and FromXml builder types are now
|
- Generated AsXml iterator and FromXml builder types are now
|
||||||
doc(hidden), to not clutter hand-written documentation with auto
|
doc(hidden), to not clutter hand-written documentation with auto
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue