Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston-paddle committed Nov 19, 2024
1 parent abfeb41 commit a3ecbfa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,22 @@ Check our main [developer changelog](https://developer.paddle.com/?utm_source=dx
## [Unreleased]

### Added
- Added simulation API support [related changelog](https://developer.paddle.com/changelog/2024/webhook-simulator?utm_source=dx&utm_medium=paddle-python-sdk)
- `Client.simulations.create`
- `Client.simulations.update`
- `Client.simulations.get`
- `Client.simulations.list`
- `Client.simulation_runs.create`
- `Client.simulation_runs.get`
- `Client.simulation_runs.list`
- `Client.simulation_run_events.replay`
- `Client.simulation_run_events.get`
- `Client.simulation_run_events.list`
- Added `traffic_source` property to `paddle_billing.Entities.NotificationSetting` entity

### Fixed
- `paddle_billing.Notifications.Entities.Subscription` and `paddle_billing.Notifications.Entities.SubscriptionCreated` `current_billing_period` would return `None` if `billing_details` was `None`. `current_billing_period` will now return `TimePeriod` when set.

## 1.1.1 - 2024-11-14

### Fixed
Expand Down

0 comments on commit a3ecbfa

Please sign in to comment.