diff options
-rw-r--r-- | Doc/lib/libcfgparser.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex index 92e3f9c6af..9951645485 100644 --- a/Doc/lib/libcfgparser.tex +++ b/Doc/lib/libcfgparser.tex @@ -101,6 +101,7 @@ the number of iterations exceeds \constant{MAX_INTERPOLATION_DEPTH}. \begin{excdesc}{InterpolationSyntaxError} Exception raised when the source text into which substitutions are made does not conform to the required syntax. +\versionadded{2.3} \end{excdesc} \begin{excdesc}{MissingSectionHeaderError} |