Add version changed/added to doc
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex
index 55f822f..d0400c6 100644
--- a/Doc/lib/tkinter.tex
+++ b/Doc/lib/tkinter.tex
@@ -99,6 +99,7 @@
 This creates a toplevel widget of Tk which usually is the main window
 of an appliation. Each instance has its own associated Tcl interpreter.
 % FIXME: The following keyword arguments are currently recognized:
+\versionchanged[The \var{useTk} parameter was added]{2.4}
 \end{classdesc}
 
 \begin{funcdesc}{Tcl}{screenName=None, baseName=None, className='Tk', useTk=0}
@@ -110,6 +111,7 @@
 server).  An object created by the \function{Tcl} object can have a Toplevel
 window created (and the Tk subsystem initialized) by calling its
 \method{loadtk} method.
+\versionadded{2.4}
 \end{funcdesc}
 
 Other modules that provide Tk support include: