Add missing versionadded (fixes #12392)
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index a5dacc6..69f5d64 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -123,6 +123,8 @@
 
    Without an argument, an array of size 0 is created.
 
+   .. versionadded:: 2.6
+
 
 .. function:: callable(object)