Skip to content

Commit 85375ee

Browse files
committed
- mark the findCaller 2-element tuple/3-element tuple change as new in 2.4
1 parent 042e514 commit 85375ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/lib/liblogging.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ \subsection{Logger Objects}
432432
Finds the caller's source filename and line number. Returns the filename,
433433
line number and function name as a 3-element tuple.
434434
\versionchanged[The function name was added. In earlier versions, the
435-
filename and line number were returned as a 2-element tuple.]
435+
filename and line number were returned as a 2-element tuple.]{2.4}
436436
\end{methoddesc}
437437

438438
\begin{methoddesc}{handle}{record}

0 commit comments

Comments
 (0)