File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " quick-xml"
3
- version = " 0.21 .0"
3
+ version = " 0.22 .0"
4
4
authors = [
" Johann Tuffe <[email protected] >" ]
5
5
description = " High performance xml reader and writer"
6
6
Original file line number Diff line number Diff line change 10
10
11
11
## Unreleased
12
12
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
14
16
- 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
15
22
16
23
## 0.21.0
17
24
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ fn html5() {
60
60
) ;
61
61
}
62
62
63
-
64
63
// #[test]
65
64
// fn sample_3_short() {
66
65
// test(
You can’t perform that action at this time.
0 commit comments