From 1010dc8dc9439887fc5bef1b7922c0b97d30faa9 Mon Sep 17 00:00:00 2001 From: "Pimm \"de Chinchilla\" Hogeling" Date: Tue, 17 Sep 2024 08:55:03 +0200 Subject: [PATCH] Tweaked changelog and migration guide. --- CHANGELOG.md | 2 +- MIGRATION.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8220e0a..5df75587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/MIGRATION.md b/MIGRATION.md index e4d8c6d9..020904ae 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -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