aboutsummaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-04-01 10:36:36 +0200
committerGitHub <[email protected]>2024-04-01 08:36:36 +0000
commitb498d1f794e6d682e9d9fedebff194664c2a3f1d (patch)
treeac29f61f77af12e1308ce8f954d8016dfcf63894 /docs/guide
parent6191a5d883048b694404dbf42527caba395828ea (diff)
downloadfaker-b498d1f794e6d682e9d9fedebff194664c2a3f1d.tar.xz
faker-b498d1f794e6d682e9d9fedebff194664c2a3f1d.zip
refactor(date)!: birthdate improvements (#2756)
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/upgrading_v9/2756.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/guide/upgrading_v9/2756.md b/docs/guide/upgrading_v9/2756.md
new file mode 100644
index 00000000..da0be8eb
--- /dev/null
+++ b/docs/guide/upgrading_v9/2756.md
@@ -0,0 +1,6 @@
+### Changed default mode from birthdate
+
+Previously, the method had defaults that were unclear in their specific impact.
+Now, the method requires either none or all of the `min`, `max` and `mode` options.
+
+We also improved the error messages in case of invalid min/max age/year ranges.