aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShinigami <[email protected]>2024-03-06 17:50:00 +0100
committerGitHub <[email protected]>2024-03-06 16:50:00 +0000
commitb3afc8f351003cf9df9984fb5be6cd46e18f71d8 (patch)
tree52554570e9738e311f11e3b64ecfb3b832452e3c /docs
parent2716865a0441b8502c8d0ee3efbdbe1bcebe0101 (diff)
downloadfaker-b3afc8f351003cf9df9984fb5be6cd46e18f71d8.tar.xz
faker-b3afc8f351003cf9df9984fb5be6cd46e18f71d8.zip
refactor(git)!: remove v8 deprecated git method (#2716)
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/upgrading_v9/2716.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/guide/upgrading_v9/2716.md b/docs/guide/upgrading_v9/2716.md
new file mode 100644
index 00000000..8f24100c
--- /dev/null
+++ b/docs/guide/upgrading_v9/2716.md
@@ -0,0 +1,7 @@
+### Remove deprecated git method
+
+Removed deprecated git method
+
+| old | replacement |
+| ---------------------- | ------------------------------------ |
+| `faker.git.shortSha()` | `faker.git.commitSha({ length: 7 })` |