Remove an unnecessary header in the changelog

This commit is contained in:
Wilson Silva 2024-03-18 20:15:05 +00:00
parent 1d12363af1
commit 1ff9611051
No known key found for this signature in database
GPG Key ID: 65135F94E23F82C8

View File

@ -27,13 +27,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Updated the gem `rspec-rubocop` to version `2.27` (was `2.25`) - Updated the gem `rspec-rubocop` to version `2.27` (was `2.25`)
- Updated the gem `rubocop` to version `1.62` (was `1.57`) - Updated the gem `rubocop` to version `1.62` (was `1.57`)
## Fixed ### Fixed
- Fixed a typo in the README (`generate_keypair` -> `generate_key_pair`) - Fixed a typo in the README (`generate_keypair` -> `generate_key_pair`)
- Fixed a typo in the YARD documentation of `Nostr::Key#initialize` (`ValidationError` -> `KeyValidationError`) - Fixed a typo in the YARD documentation of `Nostr::Key#initialize` (`ValidationError` -> `KeyValidationError`)
### Fixed
- Fixed YARD example rendering issues in `InvalidKeyFormatError#initialize`, `InvalidKeyLengthError#initialize`, - Fixed YARD example rendering issues in `InvalidKeyFormatError#initialize`, `InvalidKeyLengthError#initialize`,
`InvalidKeyTypeError#initialize`, `Event#initialize`, `EncryptedDirectMessage#initialize` and `Filter#to_h` `InvalidKeyTypeError#initialize`, `Event#initialize`, `EncryptedDirectMessage#initialize` and `Filter#to_h`