Add missing \versionadded.
diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex
index fac1062..68c5c9a 100644
--- a/Doc/lib/libstruct.tex
+++ b/Doc/lib/libstruct.tex
@@ -34,6 +34,8 @@
   format, write the packed bytes into the writable \var{buffer} starting at
   \var{offset}.
   Note that the offset is not an optional argument.
+
+  \versionadded{2.5}
 \end{funcdesc}
 
 \begin{funcdesc}{unpack}{fmt, string}
@@ -50,6 +52,8 @@
   \var{buffer} must contain at least the amount of data required by the
   format (\code{len(buffer[offset:])} must be at least
   \code{calcsize(\var{fmt})}).
+
+  \versionadded{2.5}
 \end{funcdesc}
 
 \begin{funcdesc}{calcsize}{fmt}