The somewhat subtle breaking change (in interpreting namespace paths) here is from #94.
What's Changed
- Impl (de)serialization for chrono::NaiveDateTime by @SirBrucey in #87
- Improve handling of optional direct fields by @djc in #91
- Use empty element tags for attribute-only types by @djc in #92
- Make namespace paths consistently refer to full namespace by @djc in #94
- Fix creator of serde by @sophiajt in #98
- Bump MSRV to 1.65 for let-else by @djc in #103
- fixed number parsing when &str contains whitespace by @vshashi01 in #102