From e6216b86a3a39bdc148e715dd14ba661358e115b Mon Sep 17 00:00:00 2001 From: Xiretza Date: Sun, 22 May 2022 20:53:08 +0200 Subject: [PATCH] chore: update changelog --- ChangeLog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 978c478..90b3997 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,16 @@ # Changelog +## Unreleased +### 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` +* Various documentation fixes + +### Changes +* 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`. + ## Version 0.5.3 * Upgrade dependencies - ignore package lock. Upgrade to absolute latest.