radicle/CHANGELOG: remove variant typo

The `typos` tool has no way of ignoring a particular typo in a particular file.
Reword the changelog entry so that it does not fire the hook.
This commit is contained in:
Fintan Halpenny 2026-03-09 17:18:51 +00:00 committed by Lorenz Leutgeb
parent 9dbbb01dc6
commit cb3ca6225f
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `radicle::identity::doc::IdError` was removed, along with its re-export at
`radicle::identity::IdError`.
- `radicle::identity::doc::id::RAD_PREFIX` constant was removed.
- `radicle::identity::doc::VersionError::UnkownVersion` variant was renamed to
- `radicle::identity::doc::VersionError` variant was corrected to
`UnknownVersion`, correcting the typo.
The typo has been corrected to `UnknownVersion`.
- `radicle::storage::git::RefError` was removed.