File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
13
13
- _ sys-setup_ command which will install system-wide dependencies to the host
14
14
machine.
15
15
- Global _ --echo_ flag which echoes every shell command before executing it.
16
+ - _ update toolchain_ command - Command will download and install appropriate
17
+ version of toolchain based on the detected NCS version. If NCS version is
18
+ currently not supported it throws an error.
19
+
20
+ ### Changed
21
+ - Structure of the commands. Commands are now split into two groups: workspace
22
+ commands and system commands. This is reflected in the project directory
23
+ structure and help texts.
24
+ - Workspace commands will now use downloaded toolchain whenever they can.
25
+
16
26
17
27
## [ 0.1.42] - 2022-09-20
18
28
You can’t perform that action at this time.
0 commit comments