From 39b590596140f67a077b373ea56cc48dde104b88 Mon Sep 17 00:00:00 2001 From: RedPhoenixQ Date: Sun, 29 Sep 2024 17:18:51 +0200 Subject: [PATCH] Add changelog entry --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index f2528b0c..f43f525e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -19,6 +19,13 @@ ### Misc Changes +- [#227]: Split `SeError` from `DeError` in the `serialize` feature. + Serialize functions and methods now return `SeError`. +- [#810]: Return `std::io::Error` from `Writer` methods. + +[#227]: https://github.com/tafia/quick-xml/issues/227 +[#810]: https://github.com/tafia/quick-xml/pull/810 + ## 0.36.2 -- 2024-09-20