From f2b88600f374684e66cbe91697dfed09798ac5b8 Mon Sep 17 00:00:00 2001 From: Raffi Enficiaud Date: Wed, 5 Oct 2016 09:32:56 +0200 Subject: [PATCH] Help: Extend 3.7 release notes for FindMatlab --- Help/release/3.7.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Help/release/3.7.rst b/Help/release/3.7.rst index f02b62db9..979426701 100644 --- a/Help/release/3.7.rst +++ b/Help/release/3.7.rst @@ -176,7 +176,14 @@ Modules * A :module:`FindICU` module was introduced to find the International Components for Unicode (ICU) libraries and programs. -* The :module:`FindMatlab` module learned to find a SIMULINK component. +* The :module:`FindMatlab` module learned to find the SIMULINK and MAT + components. + +* The :module:`FindMatlab` module :command:`matlab_add_mex` command learned + to add executables and modules. + +* The :module:`FindMatlab` module :command:`matlab_add_unit_test` command + learned to support inline Matlab test code. * The :module:`FindOpenCL` module now provides imported targets.