Skip to content

Commit

Permalink
Backfill the change list by major version (#136)
Browse files Browse the repository at this point in the history
* Backfill the change list by major version

* Include only breaking changes

* PR comments

---------

Co-authored-by: Steve Chaloner <[email protected]>
  • Loading branch information
schaloner and Steve Chaloner authored Nov 13, 2024
1 parent a9f8ebc commit a816894
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,19 @@ Passing in 0 disables exponential backoff completely. In that case, the client w


## Upgrading

### v93 -> v94
- An event's chart key can no longer be changed

### v92 -> v93
- Removed StatusChangeRequest constructor. Use setters instead.

### v91 -> v92
- No breaking changes.

### v90 -> v91
- Only PHP 8.1 and newer are supported (older versions have reached end of life).

### v89 -> v90
- `$client->usageReports->summaryForAllMonths()` now returns a `UsageSummaryForAllMonths` object

Expand Down

0 comments on commit a816894

Please sign in to comment.