diff --git a/chapters/revisions.tex b/chapters/revisions.tex index 7d75bb908..968d0fce3 100644 --- a/chapters/revisions.tex +++ b/chapters/revisions.tex @@ -102,6 +102,8 @@ \subsection{Main changes in Modelica 3.5}\label{main-changes-in-modelica-3-5} \item Clarified synchonous Modelica, \cref{synchronous-language-elements} \begin{itemize} +\item Clarified that clock operators are not callable in functions and that functions may not contain Clock-variables and that they do not vectorize, \cref{argument-restrictions-component-expression}. +Ticket \href{https://github.com/modelica/ModelicaSpecification/issues/2177}{\#2177} and Ticket \href{https://github.com/modelica/ModelicaSpecification/issues/2269}{\#2269}. \item Clarified that clocks are not valid inputs for hold, \cref{base-clock-conversion-operators}. Ticket \href{https://github.com/modelica/ModelicaSpecification/issues/2174}{\#2174}. \item Clarified rational clock to only have translation-time clock inference, \cref{modelica:clock-rational}. @@ -132,8 +134,6 @@ \subsection{Main changes in Modelica 3.5}\label{main-changes-in-modelica-3-5} Ticket \href{https://github.com/modelica/ModelicaSpecification/issues/2236}{\#2236}. \item Clarified that hold and backSample only take component expressions, \cref{flattening-of-model}. Ticket \href{https://github.com/modelica/ModelicaSpecification/issues/2270}{\#2270}. -\item Clarified that synchronous operators do not vectorize, \cref{argument-restrictions-component-expression}. -Ticket \href{https://github.com/modelica/ModelicaSpecification/issues/2269}{\#2269}. \end{itemize} \item Clarified state-machines, \cref{state-machines}.