diff options
| author | Shinigami <[email protected]> | 2023-04-18 17:26:59 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-18 17:26:59 +0200 |
| commit | 5c3b6e032bdd0488c48b82c4395459be7ee50fb0 (patch) | |
| tree | 951832789f14725642ebdb7be3f34a303660be48 /docs/guide | |
| parent | fc13424b4d43bcdae6e2f2a4ffcf2130bbc357f6 (diff) | |
| download | faker-5c3b6e032bdd0488c48b82c4395459be7ee50fb0.tar.xz faker-5c3b6e032bdd0488c48b82c4395459be7ee50fb0.zip | |
refactor(finance): rename account to accountNumber (#2054)
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/upgrading.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/guide/upgrading.md b/docs/guide/upgrading.md index 7618ab84..d0322a0b 100644 --- a/docs/guide/upgrading.md +++ b/docs/guide/upgrading.md @@ -191,6 +191,10 @@ The `faker.address.*` methods will continue to work as an alias in v8 and v9, bu | `faker.address.streetPrefix` | _Removed_ | | `faker.address.streetSuffix` | _Removed_ | +### `faker.finance.account` changed to `faker.finance.accountNumber` + +The `faker.finance.account` method has been renamed to `faker.finance.accountNumber` to better reflect the data it returns and not to get confused with a user "Account". + ### Number methods of `faker.datatype` moved to new `faker.number` module The number-related methods previously found in `faker.datatype` have been moved to a new `faker.number` module. |
