@@ -30,10 +30,14 @@ Summary of bugs fixed for version 9.3.0 (tbd):
30
30
properties to match redrawn plot (bug #65671 ).
31
31
- Tick mark labels are now correctly updated after changing x or y data for
32
32
` bar ` and ` barh ` plots (bug #65734 ).
33
+ - ` hdl2struct.m ` : Fix missing legend markers (bug #65904 ).
34
+ - Enable FLTK graphics toolkit on macOS if not multi-threaded (bug #66482 ).
35
+ - Do not execute PKG_ADD script in current directory (bug #66477 ).
33
36
34
37
### GUI
35
38
36
39
- Update Brazilian Portugese translation file (bug #66337 ).
40
+ - Fix some missing white spaces in documentation viewer (bug #66459 ).
37
41
38
42
### Build system / Tests
39
43
@@ -43,13 +47,18 @@ Summary of bugs fixed for version 9.3.0 (tbd):
43
47
` movstd ` , ` movsum ` , ` movvar ` : Add BISTs for general function operation.
44
48
- ` interp2 ` , ` interp3 ` , ` interpn ` : Add more tests for non-numeric inputs
45
49
(bug #66086 ).
50
+ - Update formatting of movXXX functions.
46
51
47
52
### Documentation
48
53
49
54
- ` load ` : Correct documentation of ` -v7.3 ` and ` -hdf5 ` options (bug #42530 ).
50
55
- ` interp2 ` , ` interp3 ` , ` interpn ` : Specify that inputs need to be numeric
51
56
(bug #66086 ).
52
57
- ` error ` : Document the ` ID ` argument (bug #66015 ).
58
+ - ` sqp ` : Clarify size requirements of input arguments ` lb ` and ` ub `
59
+ (bug #66421 ).
60
+ - Eliminate double period at end of "mode" graphics property documentation.
61
+ - Fix makeinfo errors for comment block keywords (bug #66428 ).
53
62
54
63
55
64
Summary of bugs fixed for version 9.2.0 (2024-06-01):
0 commit comments