diff --git a/Cargo.toml b/Cargo.toml index 037f607d..4dfe35ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quick-xml" -version = "0.21.0" +version = "0.22.0" authors = ["Johann Tuffe "] description = "High performance xml reader and writer" diff --git a/Changelog.md b/Changelog.md index 676c279f..2c3ba716 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,8 +10,15 @@ ## Unreleased -- feat: Move html entity escape behind a `'escape-html'` feature to help with compilation +## 0.22.0 + +- feat (breaking): Move html entity escape behind a `'escape-html'` feature to help with compilation - style: rustfmt +- feat: inline CData when pretty printing +- test: fix tests (Windows and Html5) +- feat (breaking): add `*_with_custom_entities` versions of all `unescape_*\ methods +- test: more robust test for numeric entities +- refactor: add explicit pre-condition about custom_entities ## 0.21.0 diff --git a/tests/xmlrs_reader_tests.rs b/tests/xmlrs_reader_tests.rs index 395efe3f..6582ee35 100644 --- a/tests/xmlrs_reader_tests.rs +++ b/tests/xmlrs_reader_tests.rs @@ -60,7 +60,6 @@ fn html5() { ); } - // #[test] // fn sample_3_short() { // test(