From 85375ee0640ecb09cea06e963627d1b682531ef0 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Thu, 16 Aug 2007 12:00:18 +0000 Subject: - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 --- Doc/lib/liblogging.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 895a010..e00880d 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -432,7 +432,7 @@ Removes the specified handler \var{hdlr} from this logger. Finds the caller's source filename and line number. Returns the filename, line number and function name as a 3-element tuple. \versionchanged[The function name was added. In earlier versions, the -filename and line number were returned as a 2-element tuple.] +filename and line number were returned as a 2-element tuple.]{2.4} \end{methoddesc} \begin{methoddesc}{handle}{record} -- cgit v0.12