Skip to content

Commit

Permalink
docs: Add changelog entry for undefined events
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston-paddle committed Oct 17, 2024
1 parent b5102d5 commit 3d66135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Check our main [developer changelog](https://developer.paddle.com/?utm_source=dx
- `items[]->priceId` is now nullable
- `details->lineItems[]->product` can now return `Product` (with `id`) or `TransactionPreviewProduct` (with nullable `id`)
- Empty custom data array will now serialize to empty JSON object `{}`
- `EventsClient::list` and `Notification->payload` will now return `UndefinedEvent` for unknown event types.

### Added
- `TransactionsClient::create()` now supports operation items with optional properties:
Expand Down

0 comments on commit 3d66135

Please sign in to comment.