Skip to content

Commit 293f77a

Browse files
committed
Add note about the version in which GetoptError was added -- this can
bite people interested in 1.5.2 compatibility.
1 parent c2b29d0 commit 293f77a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/lib/libgetopt.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ \section{\module{getopt} ---
6464
attributes \member{msg} and \member{opt} give the error message and
6565
related option; if there is no specific option to which the exception
6666
relates, \member{opt} is an empty string.
67+
68+
\versionchanged[Introduced \exception{GetoptError} as a synonym for
69+
\exception{error}]{1.6}
6770
\end{excdesc}
6871

6972
\begin{excdesc}{error}

0 commit comments

Comments
 (0)