Skip to content

Commit ce2cf6d

Browse files
author
Luca Bianconi
committed
chore: updated UPGRADING.md
1 parent fe8ce39 commit ce2cf6d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: docs/UPGRADING.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Here you can find a list of migration guides to handle breaking changes between
44

55
## 0.30.0
66

7+
### Sketch name validation
8+
9+
The sketch name submitted via the `sketch new` command of the CLI or the gRPC command
10+
`cc.arduino.cli.commands.v1.NewSketch` are now validated. The applied rules follow the
11+
[sketch specifications](https://arduino.github.io/arduino-cli/dev/sketch-specification).
12+
13+
Existing sketch names that don't respect the new constraints need to be updated.
14+
715
### `board attach` CLI command changed behaviour
816

917
The `board attach` CLI command has changed behaviour: now it just pick whatever port and FQBN is passed as parameter and

0 commit comments

Comments
 (0)