diff --git a/Changelog.md b/Changelog.md index 52e89c38..d4b2b1fd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -16,6 +16,7 @@ MSRV bumped to 1.56! Crate now uses Rust 2021 edition. - [#545]: Resolve well-known namespaces (`xml` and `xmlns`) to their appropriate URIs. Also, enforce namespace constraints related to these well-known namespaces. +- [#635]: Add support for async `ElementWriter` operations. ### Bug Fixes @@ -28,6 +29,7 @@ MSRV bumped to 1.56! Crate now uses Rust 2021 edition. compatible with version 1.0.0 and up. [#545]: https://github.com/tafia/quick-xml/pull/545 +[#635]: https://github.com/tafia/quick-xml/pull/635 [#643]: https://github.com/tafia/quick-xml/pull/643 [#651]: https://github.com/tafia/quick-xml/pull/651