Skip to content

Commit b0375f0

Browse files
silvanocerzacmaglie
authored andcommitted
Update UPGRADING.md
1 parent 6a70bff commit b0375f0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: docs/UPGRADING.md

+10
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ func InitWithProfile(instance *rpc.Instance, profileName string, sketchPath *pat
5454

5555
The errors are automatically sent to output via `feedback` package, as for the other `Init*` functions.
5656

57+
### `board attach` CLI command changed behaviour
58+
59+
The `board attach` CLI command has changed behaviour: now it just pick whatever port and FQBN is passed as parameter and
60+
saves it in the `sketch.json` file, without any validity check or board autodetection.
61+
62+
### `cc.arduino.cli.commands.v1.BoardAttach` gRPC interface command removal
63+
64+
The `cc.arduino.cli.commands.v1.BoardAttach` gRPC command have been removed. This feature is no more available throguh
65+
gRPC.
66+
5767
## 0.28.0
5868

5969
### Breaking changes in libraries name handling

0 commit comments

Comments
 (0)