Skip to content

Commit 774b2f5

Browse files
committed
Fix and adj. CHANGELOG.md
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
1 parent d6561f1 commit 774b2f5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,20 @@
1111

1212
### Changed
1313

14+
* nostr: ignore malformed public keys during NIP19 event (`nevent`) parsing ([Yuki Kishimoto])
15+
* pool: increase default kind 3 event limit to `840000` bytes and `10000` tags ([Yuki Kishimoto])
16+
1417
### Added
1518

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

1924
### Fixed
2025

26+
* nostr: fix re-serialization of events that contains unknown keys during deserialization ([Yuki Kishimoto])
27+
2128
### Removed
2229

2330
## [v0.31.0]
@@ -71,7 +78,6 @@ removed zap split from `client.zap` method, many improvements and more!
7178
* nostr: add `SecretKey::generate` ([Yuki Kishimoto])
7279
* nostr: add `Tag` struct ([Yuki Kishimoto])
7380
* nostr: add `EventBuilder::add_tags` method ([Yuki Kishimoto])
74-
* nostr: add `JsonUtil::try_as_json` method ([Yuki Kishimoto])
7581
* database: add `author` index ([Yuki Kishimoto])
7682
* pool: add `RelayPool::start` ([Yuki Kishimoto])
7783
* pool: add `NegentropyDirection` default ([Yuki Kishimoto])
@@ -92,7 +98,6 @@ removed zap split from `client.zap` method, many improvements and more!
9298
### Fixed
9399

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

97102
### Removed
98103

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

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

0 commit comments

Comments
 (0)