Skip to content

Commit b23c5dc

Browse files
committed
v3.25.5 revision
1 parent 1b69603 commit b23c5dc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ All notable version changes will be recorded in this file.
66

77
***
88

9+
### [v3.25.5] revision
10+
11+
**Fix**:
12+
- `Flasher`: fix flasher crashed when enumSerialPort failed.
13+
- `Setup Toolchain`: fix performace issue for OnSetToolchainPath(). update toolchain descriptions.
14+
- `sdcc+binutils Toolchain`: fix "fatal error: cannot execute 'cc1'" for Win32 platform.
15+
16+
***
17+
918
### [v3.25.3] revision
1019

1120
**Improve**:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"homepage": "https://em-ide.com",
3737
"license": "MIT",
3838
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V",
39-
"version": "3.25.4",
39+
"version": "3.25.5",
4040
"preview": false,
4141
"engines": {
4242
"vscode": "^1.67.0"

0 commit comments

Comments
 (0)