From 63b2e6d1767f43e6066303a8a237b0eea0b89511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 17 Aug 2023 12:40:54 +0200 Subject: [PATCH] jid: Update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- jid/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/jid/CHANGELOG.md b/jid/CHANGELOG.md index ef233e9a..cf180722 100644 --- a/jid/CHANGELOG.md +++ b/jid/CHANGELOG.md @@ -24,6 +24,7 @@ Unreleased information as a string slice (#204) - Jid::resource() returns an optional typed ResourcePart ; the resource_str() method returns the same information as a string slice (#204) + - Add serde_test in tests to ensure correctness of Serialize / Deserialize implementations. Version 0.9.3, release 2022-03-07: * Updates