File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " quick-xml"
3- version = " 0.39.1 "
3+ version = " 0.39.2 "
44description = " High performance xml reader and writer"
55edition = " 2021"
66
Original file line number Diff line number Diff line change 1616
1717### New Features
1818
19+ ### Bug Fixes
20+
21+ ### Misc Changes
22+
23+
24+ ## 0.39.2 -- 2026-02-20
25+
26+ ### New Features
27+
1928- [ #483 ] : Implement ` read_text_into() ` and ` read_text_into_async() ` .
2029
2130### Bug Fixes
2231
2332- [ #939 ] : Fix parsing error of the tag from buffered reader, when the first byte ` < `
2433 is the last in the ` BufRead ` internal buffer. This is the regression from [ #936 ] .
2534
26-
27- ### Misc Changes
28-
2935[ #483 ] : https://github.com/tafia/quick-xml/issues/483
3036[ #936 ] : https://github.com/tafia/quick-xml/pull/936
3137[ #939 ] : https://github.com/tafia/quick-xml/issues/939
You can’t perform that action at this time.
0 commit comments