diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c2d192e..91336079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Removed `withCarbonOffset` parameter from `create`, `buy`, and `regenerateRates` functions of the Shipment service as EasyPost now offers Carbon Neutral shipments by default for free - Fixes a bug where the original filtering criteria of `all` calls wasn't passed along to `getNextPage` calls. Now, these are persisted via a `_params` key on response objects locally -- Removes the `createAndBuy` function from the `Batch` service as this was removed from the API. You will need to create a batch first and then buy it with two separate API calls +- Removes the undocumented `createAndBuy` function from the `Batch` service. The proper usage is to create a batch first and buy it separately ## v6.9.1 (2023-11-20)