Skip to content

Commit 9d24c00

Browse files
committed
v3.16.1
1 parent 5c2c9aa commit 9d24c00

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

77
***
88

9+
### [v3.16.1] update
10+
11+
**Fix**:
12+
- `Open Project`: fix cannot open project if a error target in usr.ctx.json.
13+
- `Project Floatpoint Selection`: fix function hasFpu() not match 'm33.dsp'.
14+
- `Diagnostic Bugs`: fix diagnostic information generator bugs.
15+
- `Others`: fix other miscellaneous bugs.
16+
17+
**Optimize**:
18+
- `.NET Runtime`: compatible with version > 6.0 of the .NET runtime.
19+
- `Static Check`: optimize cppcheck params generator.
20+
21+
***
22+
923
### [v3.16.0] update
1024

1125
**Change**:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"homepage": "https://em-ide.com",
3939
"license": "MIT",
4040
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V",
41-
"version": "3.16.0",
41+
"version": "3.16.1",
4242
"preview": false,
4343
"engines": {
4444
"vscode": "^1.67.0"

0 commit comments

Comments
 (0)