From 930caba573f932f84c7a57cd5db9bc8eecff3ba9 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Tue, 4 Apr 2023 20:40:47 +0200 Subject: [PATCH] doc --- docs/guide/upgrading.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guide/upgrading.md b/docs/guide/upgrading.md index 5e554849465..ea8e26ee811 100644 --- a/docs/guide/upgrading.md +++ b/docs/guide/upgrading.md @@ -101,6 +101,10 @@ For more information refer to our [Localization Guide](localization). `faker.mersenne` and `faker.helpers.repeatString` were only ever intended for internal use, and are no longer available. +### `faker.location.zipCodeByState` + +The `faker.location.zipCodeByState` method has been deprecated, but will also now throw an error if the current locale does not have a `postcode_by_state` definition. + ### Other deprecated methods removed/replaced | Old method | New method |