From 5f247a776451fd4466ed80ba80af7608372fa21a Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Mon, 3 Jun 2024 15:41:12 +0200 Subject: [PATCH] Update changelog --- udigest/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/udigest/CHANGELOG.md b/udigest/CHANGELOG.md index a0f38b0..c05564e 100644 --- a/udigest/CHANGELOG.md +++ b/udigest/CHANGELOG.md @@ -4,6 +4,8 @@ * Add support of all hash functions compatible with `digest` crate: hash functions with fixed output, with extendable output, and with variable output [#4] +* Add `udigest::inline_struct!` macro [#4] +* fix: handle cases when `EncodeValue` is dropped without being used [#4]: https://github.com/dfns/udigest/pull/4