File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " quick-xml"
3- version = " 0.21 .0"
3+ version = " 0.22 .0"
44authors = [
" Johann Tuffe <[email protected] >" ]
55description = " High performance xml reader and writer"
66
Original file line number Diff line number Diff line change 1010
1111## Unreleased
1212
13- - feat: Move html entity escape behind a ` 'escape-html' ` feature to help with compilation
13+ ## 0.22.0
14+
15+ - feat (breaking): Move html entity escape behind a ` 'escape-html' ` feature to help with compilation
1416- style: rustfmt
17+ - feat: inline CData when pretty printing
18+ - test: fix tests (Windows and Html5)
19+ - feat (breaking): add ` *_with_custom_entities ` versions of all `unescape_ * \ methods
20+ - test: more robust test for numeric entities
21+ - refactor: add explicit pre-condition about custom_entities
1522
1623## 0.21.0
1724
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ fn html5() {
6060 ) ;
6161}
6262
63-
6463// #[test]
6564// fn sample_3_short() {
6665// test(
You can’t perform that action at this time.
0 commit comments