========================
* Using => or =< now returns an error. See bug #2345.
* or/and functions now fix reals value before working on them. See bug #7666.
* a*b*-c+d is now interpreted as (a*b*(-c))+d instead of a*b*(-c+d). See bug #13168.
Change-Id: Ie6ba2047b9ccde6ea4d557dbf96101d034452288
* Minimal version of JLaTeXMath (1.0.3) enforced.
+Known incompatibilities
+========================
+
+* Using => or =< now returns an error. See bug #2345.
+
+* or/and functions now fix reals value before working on them. See bug #7666.
+
+* a*b*-c+d is now interpreted as (a*b*(-c))+d instead of a*b*(-c+d). See bug #13168.
+
+
Scilab Bug Fixes
================