X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=blobdiff_plain;f=scilab%2FCHANGES.md;h=0c16a53df25971b13a57bb0c5b16651db2a44171;hp=96085d12a71398e168d80c21a432b30ec19f03f5;hb=16edd092f99f7b711c399e01dcfd594ad5b0c82e;hpb=4895b069b9566467a92dc505b42c28565be90711 diff --git a/scilab/CHANGES.md b/scilab/CHANGES.md index 96085d1..0c16a53 100644 --- a/scilab/CHANGES.md +++ b/scilab/CHANGES.md @@ -270,6 +270,7 @@ Bug Fixes * [#16350](https://bugzilla.scilab.org/16350): in if/while conditions, the empty sparse boolean was considered as TRUE. * [#16365](https://bugzilla.scilab.org/16365): `median(m,"r")` and `median(m,"c")` yielded wrong results (6.1.0 regression) * [#16366](https://bugzilla.scilab.org/16366): `plot([0 1], ":")` plotted a dash-dotted curve instead of a dotted one. +* [#16369](https://bugzilla.scilab.org/16369): Right divisions / involving one or two sparse numerical matrices were no longer supported. * [#16397](https://bugzilla.scilab.org/16397): display of long (real) column vectors was slow (regression). * [#16399](https://bugzilla.scilab.org/16399): `mtlb_zeros([])` was crashing Scilab. * [#16401](https://bugzilla.scilab.org/16401): global `external_object_java` class was crashing Scilab.