Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.9] - 2026-03-09

### Added
- Support for displaying wide CJK (Chinese, Japanese, and Korean) characters in the MATLAB terminal. (Addresses [mathworks/MATLAB-extension-for-vscode#266](https://github.com/mathworks/MATLAB-extension-for-vscode/issues/266) and [mathworks/MATLAB-extension-for-vscode#276](https://github.com/mathworks/MATLAB-extension-for-vscode/issues/276))

### Fixed
- Resolves an issue starting MATLAB when the `HOME` environment variable is set to an invalid folder (Addresses [mathworks/MATLAB-extension-for-vscode#164](https://github.com/mathworks/MATLAB-extension-for-vscode/issues/164))
- Resolves an issue with extraneous debug sessions remaining after debugger is exited (Addresses [mathworks/MATLAB-extension-for-vscode#258](https://github.com/mathworks/MATLAB-extension-for-vscode/issues/258))
- Applied patches for CVE-2025-13465, CVE-2025-69873, CVE-2026-2327, CVE-2026-2391, CVE-2026-24001, CVE-2026-25547, CVE-2026-26996, CVE-2026-27601, CVE-2026-27903, and CVE-2026-27904

## [1.3.8] - 2026-01-09

### Added
Expand Down
Loading