From 3d661359226a3c171f06db277cdebd99a1472ee6 Mon Sep 17 00:00:00 2001 From: David Grayston Date: Thu, 17 Oct 2024 09:45:04 +0100 Subject: [PATCH] docs: Add changelog entry for undefined events --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 340e25c..7a030f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: