aral 0.4.1 is now available.
This patch release fixes a bug in the XML parser related to character handling between elements.
When processing characters inside elements like <element>characters</element>
, push parsers emit multiple character events. The previous implementation did not accumulate these fragments correctly, resulting in incomplete or malformed values during resource parsing.
The fix ensures that character data is properly buffered across consecutive events, restoring expected behavior for XML resource interpretation.
No other changes are included in this release.