Skip to content

Commit 9eaf2a4

Browse files
committed
v3.9.1 revision
1 parent 853e107 commit 9eaf2a4

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ All notable version changes will be recorded in this file.
66

77
***
88

9-
### [v3.9.2022092001] revision (preview)
9+
### [v3.9.1] revision (v3.9.2022092001 preview)
1010

1111
**Fix**:
1212
- Env was overrided when import a 'multi-project' iar workspace
1313
- Sdcc problem matcher doesn't work
14-
- error convert: '${VAR}/../A' -> 'A' when use 'NodePath.normalize()', use 'File.normalize' replace 'NodePath.normalize'
14+
- Error path convert: '${VAR}/../path/dir' -> 'path/dir' when use `NodeJs.normalize()`, use `File.normalize` replace `NodeJs.normalize()`
15+
- Source file is not compiled when their reference were updated (unify_builder)
1516

1617
**Change**:
1718
- Remove Makefile template file generate

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"homepage": "https://em-ide.com",
3535
"license": "MIT",
3636
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/RISC-V",
37-
"version": "3.9.2022092001",
37+
"version": "3.9.1",
3838
"preview": false,
3939
"engines": {
4040
"vscode": "^1.63.0"

0 commit comments

Comments
 (0)