Added missing \versionchanged tag for the new exclude
parameter.
diff --git a/Doc/lib/libtarfile.tex b/Doc/lib/libtarfile.tex
index 67207a1..95ea051 100644
--- a/Doc/lib/libtarfile.tex
+++ b/Doc/lib/libtarfile.tex
@@ -324,6 +324,7 @@
     argument and returns a boolean value. Depending on this value the
     respective file is either excluded (\constant{True}) or added
     (\constant{False}).
+    \versionchanged[Added the \var{exclude} parameter]{2.6}
 \end{methoddesc}
 
 \begin{methoddesc}{addfile}{tarinfo\optional{, fileobj}}