diff --git a/doc/userman/changes.tex b/doc/userman/changes.tex index 9588d64ed1ef068fdcc46902b2a004473ddebd4f..32e11f43a6d34b78fd42140040a5f54f3dbc2221 100644 --- a/doc/userman/changes.tex +++ b/doc/userman/changes.tex @@ -3,6 +3,16 @@ This chapter summarizes the changes in \fclang and its documentation between each release, with the most recent releases first. +\section*{Version 0.0.10} +\begin{itemize} +\item compatibility with \clang 11.x +\item compatibility with \framac 22.x +\item don't generate code for implicit member functions and operators when + they're not used +\item don't generate code for templated member functions that are in fact never + instantiated +\end{itemize} + \section*{Version 0.0.9} \begin{itemize} \item compatibility with \clang 10.0 diff --git a/doc/userman/fclangversion.tex b/doc/userman/fclangversion.tex index c2538a99ee04a3eef4482b62ab47fb3695ea7709..ed36f53328fa6099840e10c46daa49d8db85a6d1 100644 --- a/doc/userman/fclangversion.tex +++ b/doc/userman/fclangversion.tex @@ -1,4 +1,4 @@ -\newcommand{\version}{0.0.9\xspace} -\newcommand{\fclangversion}{0.0.9\xspace} -\newcommand{\fcversion}{21.x~Scandium\xspace} -\newcommand{\clangversion}{6.0-10.0\xspace} +\newcommand{\version}{0.0.10\xspace} +\newcommand{\fclangversion}{0.0.10\xspace} +\newcommand{\fcversion}{22.x~Titanium\xspace} +\newcommand{\clangversion}{6.0-11.0\xspace}