From d51dd03607b0d6f267f1bb5fe267ddd6870c874e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 18 Apr 2001 03:27:13 +0000 Subject: [PATCH] Add note about the version in which GetoptError was added -- this can bite people interested in 1.5.2 compatibility. --- Doc/lib/libgetopt.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/lib/libgetopt.tex b/Doc/lib/libgetopt.tex index c96c3cfff4a0..fff30430e09c 100644 --- a/Doc/lib/libgetopt.tex +++ b/Doc/lib/libgetopt.tex @@ -64,6 +64,9 @@ not require one will also cause this exception to be raised. The attributes \member{msg} and \member{opt} give the error message and related option; if there is no specific option to which the exception relates, \member{opt} is an empty string. + +\versionchanged[Introduced \exception{GetoptError} as a synonym for + \exception{error}]{1.6} \end{excdesc} \begin{excdesc}{error} -- 2.47.3