Skip to content

Commit

Permalink
Fix and adj. CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed May 23, 2024
1 parent d6561f1 commit 774b2f5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,20 @@

### Changed

* nostr: ignore malformed public keys during NIP19 event (`nevent`) parsing ([Yuki Kishimoto])
* pool: increase default kind 3 event limit to `840000` bytes and `10000` tags ([Yuki Kishimoto])

### Added

* nostr: add `Tag::is_root` method ([Xiao Yu])
* nostr: add `JsonUtil::try_as_json` method ([Yuki Kishimoto])
* pool: allow to set event limits per kind ([Yuki Kishimoto])
* book: add some python examples ([RydalWater])

### Fixed

* nostr: fix re-serialization of events that contains unknown keys during deserialization ([Yuki Kishimoto])

### Removed

## [v0.31.0]
Expand Down Expand Up @@ -71,7 +78,6 @@ removed zap split from `client.zap` method, many improvements and more!
* nostr: add `SecretKey::generate` ([Yuki Kishimoto])
* nostr: add `Tag` struct ([Yuki Kishimoto])
* nostr: add `EventBuilder::add_tags` method ([Yuki Kishimoto])
* nostr: add `JsonUtil::try_as_json` method ([Yuki Kishimoto])
* database: add `author` index ([Yuki Kishimoto])
* pool: add `RelayPool::start` ([Yuki Kishimoto])
* pool: add `NegentropyDirection` default ([Yuki Kishimoto])
Expand All @@ -92,7 +98,6 @@ removed zap split from `client.zap` method, many improvements and more!
### Fixed

* nostr: fix NIP19 event (`nevent`) serialization ([Yuki Kishimoto])
* nostr: fix re-serialization of events that contains unknown keys during deserialization ([Yuki Kishimoto])

### Removed

Expand Down Expand Up @@ -187,6 +192,7 @@ added `nostrdb` storage backend, added NIP32 and completed NIP51 support and mor
[rustedmoon]: https://github.com/rustedmoon
[benthecarman]: https://github.com/benthecarman
[Xiao Yu]: https://github.com/kasugamirai
[RydalWater]: https://github.com/RydalWater

<!-- Tags -->
[Unreleased]: https://github.com/rust-nostr/nostr/compare/v0.31.0...HEAD
Expand Down

0 comments on commit 774b2f5

Please sign in to comment.