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.