Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiretza authored and tasn committed May 23, 2022
1 parent db36892 commit e6216b8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit e6216b8

Please sign in to comment.