From 1ff9611051e090c6ab8664dc1e60ce865906d1f6 Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Mon, 18 Mar 2024 20:15:05 +0000 Subject: [PATCH] Remove an unnecessary header in the changelog --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2b051..5933234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `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 YARD documentation of `Nostr::Key#initialize` (`ValidationError` -> `KeyValidationError`) - -### Fixed - - Fixed YARD example rendering issues in `InvalidKeyFormatError#initialize`, `InvalidKeyLengthError#initialize`, `InvalidKeyTypeError#initialize`, `Event#initialize`, `EncryptedDirectMessage#initialize` and `Filter#to_h`