diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ebade..e0f4504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `crossbeam-channel` dependency removed from notify by disabling its feature in order to avoid a `tokio::spawn` issue (https://github.com/notify-rs/notify/issues/380) +### Fixed + +- usernames with `-` (hyphen) we're rejected as invalid + ## [0.20.0-alpha.7] ### Added