Skip to content

Commit 2473c85

Browse files
committed
v3.24.0 update
1 parent 033320e commit 2473c85

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

77
***
88

9+
### [v3.24.0] update
10+
11+
**New**:
12+
- `8051 Toolchain`: Support new SDCC + Binutils Toolchain for mcs51 https://github.com/github0null/sdcc-binutils-mcs51/blob/master/README_zh.md
13+
14+
**Fix**:
15+
- `ELF View`: Fix issue [461](https://github.com/github0null/eide/issues/461)
16+
17+
***
18+
919
### [v3.23.14] revision
1020

1121
**New**:

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.23.15",
39+
"version": "3.24.0",
4040
"preview": false,
4141
"engines": {
4242
"vscode": "^1.67.0"

0 commit comments

Comments
 (0)