What's Changed
New Features
- #598: Add method
NamespaceResolver::set_levelwhich may be helpful in some circumstances.
Bug Fixes
- #597: Fix incorrect processing of namespace scopes in
NsReader::read_to_end,NsReader::read_to_end_into,NsReader::read_to_end_into_asyncandNsReader::read_text. The scope started by a start element was not ended after that call. - #936: Fix incorrect result of
.read_text()when it is called after readingTextorGeneralRefevent.