Skip to content

Commit

Permalink
Add breaking changes section to CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Nov 12, 2024
1 parent 49d64fd commit 0eba58f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,18 @@

### Summary

### Changed
### Breaking changes

* nostr: changed args for Gift Wrapping using `EventBuilder::gift_wrap` and `EventBuilder::gift_wrap_from_seal`: removed `expiration` in favor of `extra_tags` ([erskinagrdner])
* nostr: change `EventBuilder::gift_wrap` (and linked methods) args to take `extra_tags` instead of `expiration` ([erskinagrdner])
* nostr: disable all default features except `std` ([Yuki Kishimoto])
* nostr: rewrite `e` tag de/serialization ([Yuki Kishimoto])
* pool: rework latency tracking ([Yuki Kishimoto])
* pool: switch from async to sync message sending for `Relay` ([Yuki Kishimoto])
* sdk: disable all default features ([Yuki Kishimoto])
* sdk: set `Client::from_builder` as private ([Yuki Kishimoto])

### Changed

* nostr: rewrite `e` tag de/serialization ([Yuki Kishimoto])
* pool: rework latency tracking ([Yuki Kishimoto])
* sdk: deprecate `Client::with_opts` ([Yuki Kishimoto])

### Added
Expand Down

0 comments on commit 0eba58f

Please sign in to comment.