comparison etc/NEWS.9.md @ 33435:066a27297ba3 bytecode-interpreter

maint: Merge default to bytecode-interpreter
author Arun Giridhar <arungiridhar@gmail.com>
date Fri, 19 Apr 2024 12:57:20 -0400
parents e4e172cb662c af2b017a5a7a
children 1cfa8b20a07d
comparison
equal deleted inserted replaced
33430:e4e172cb662c 33435:066a27297ba3
15 (bug #65442) 15 (bug #65442)
16 - `savepath.m`: Correctly handle packages without binaries (bug #65559). 16 - `savepath.m`: Correctly handle packages without binaries (bug #65559).
17 - Correctly scale figure position on screen with DPI scaling (high DPI). 17 - Correctly scale figure position on screen with DPI scaling (high DPI).
18 - `profile ('on')` now clears any existing profile data as the documentation 18 - `profile ('on')` now clears any existing profile data as the documentation
19 states (bug #65595). 19 states (bug #65595).
20 - Fix segmentation fault when trying to set breakpoint in non-existent method
21 of `classdef` class (bug #65610).
20 22
21 ### GUI 23 ### GUI
22 24
23 - Use first word for options in right-click menu of command window widget 25 - Use first word for options in right-click menu of command window widget
24 (bug #65518). 26 (bug #65518).