Skip to content

Commit efb0b0a

Browse files
authored
Merge pull request #268 from tafia/v0.22.0
V0.22.0
2 parents 5c6b37d + 0285cb1 commit efb0b0a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quick-xml"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
authors = ["Johann Tuffe <[email protected]>"]
55
description = "High performance xml reader and writer"
66

Changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@
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

tests/xmlrs_reader_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ fn html5() {
6060
);
6161
}
6262

63-
6463
// #[test]
6564
// fn sample_3_short() {
6665
// test(

0 commit comments

Comments
 (0)