Skip to content

Commit

Permalink
Tweaked changelog and migration guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pimm committed Sep 17, 2024
1 parent fd35bfc commit 1010dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

### Changelog

All notable changes to this project will be documented in this file.
Please see [the migration guide](MIGRATION.md) for guidance about updating to a newer major version.

### v4.0.0 - 2024-09-16
- Replace Axios dependency in favour of [fetch](https://developer.mozilla.org/docs/Web/API/fetch) ([#358](https://github.com/mollie/mollie-api-node/pull/358))
Expand Down
4 changes: 2 additions & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ Previously, it was possible to provide options to Axios through `createMollieCli

Please [create an issue](https://github.com/mollie/mollie-api-node/issues/new) if you rely on such an option.

## Note: network errors may have changed
## Note: network error messages may have changed

It is possible that network issues produce different error messages compared to previous versions of the client. Please update your error handling code if necessary.
It is possible that network issues produce different values for the `message` property of the produced errors compared to previous versions of the client. If your integration relies on `message`, please update your error handling code accordingly.

# Migrating from v2.×.× to v3.0.0

Expand Down

0 comments on commit 1010dc8

Please sign in to comment.