From c5a54331c82a44c6e41fff891feddffc46cdd0e5 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Sun, 22 May 2022 21:03:35 +0200 Subject: [PATCH] chore: update changelog --- ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 90b3997..f507f30 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,9 @@ # Changelog ## Unreleased +### Features +* Added `utils::randombytes_array()` function to create fixed-sized arrays of random numbers + ### Fixes * Loosened the argument types for `ItemMetadata::set_*()` methods to allow passing `String`s directly * Loosened the argument types for several methods to take any `IntoIterator`, not just `Iterator` @@ -10,6 +13,7 @@ * Renamed `SignedInvitation::from_*()` methods to `sender_*()` to avoid confusing them with constructors. * Renamed the `Account::is_etebase_server()` function to a method - `Client::is_server_valid()`. * `Error` now implements `Eq`. +* Made some error messages more specific ## Version 0.5.3 * Upgrade dependencies - ignore package lock. Upgrade to absolute latest.