Skip to content

Commit

Permalink
fix: wording in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Nov 28, 2023
1 parent 4e7ebe3 commit d3804a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d3804a5

Please sign in to comment.