Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiretza committed May 23, 2022
1 parent 5c6ae1f commit 5d9f825
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -10,6 +13,9 @@
* 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`.
* Previously, signing up a new user would generate a 32-byte salt, then hash the password using only the first 16 bytes.
Now, only 16 bytes of salt are generated for new signups.
* Signing up a new user using a main key instead of a password no longer generates and stores an (unused) password hash.

## Version 0.5.3
* Upgrade dependencies - ignore package lock. Upgrade to absolute latest.
Expand Down

0 comments on commit 5d9f825

Please sign in to comment.