Commit 6dc71435 authored by Dominik Charousset's avatar Dominik Charousset

Add migration guide for 0.13

parent 2dfe753e
...@@ -193,3 +193,8 @@ Synchronous send blocks no longer support \lstinline^continue_with^. ...@@ -193,3 +193,8 @@ Synchronous send blocks no longer support \lstinline^continue_with^.
This feature has been removed without substitution. This feature has been removed without substitution.
\end{itemize} \end{itemize}
\subsubsection{0.12 $\Rightarrow$ 0.13}
This release removes the (since 0.9 deprecated) \lstinline^cppa^ headers and deprecates all \lstinline^*_send_tuple^ versions (simply use the function without \lstinline^_tuple^ suffix).
In case you were using the old \lstinline^cppa::options_description^ API, you can migrate to the new API for filtering command line arguments (cf. \ref{Sec::Messages::FilterCLI}).
No preview for this file type
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment