aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/str_join.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/str_join.md')
-rw-r--r--docs/markdown/snippets/str_join.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/str_join.md b/docs/markdown/snippets/str_join.md
new file mode 100644
index 0000000..b430d66
--- /dev/null
+++ b/docs/markdown/snippets/str_join.md
@@ -0,0 +1,5 @@
+## Relax restrictions of `str.join()`
+
+Since 0.60.0, the [[str.join]] method can take an arbitrary number of arguments
+instead of just one list. Additionally, all lists past to [[str.join]] will now
+be flattened.