What's Changed
- Fix Xcode 15 SPM warning related to iOS 12, tvOS 12 support by @kikeenrique in https://github.com/CoreOffice/XMLCoder/pull/280
- Optimise parsing by removing excessive copying. by @maciejtrybilo in https://github.com/CoreOffice/XMLCoder/pull/278
- Empty codingkey encode decode output by @Alkenso in https://github.com/CoreOffice/XMLCoder/pull/267
- Update unit tests to newer...