Skip to content

Commit 8988783

Browse files
author
Luca Bianconi
committed
chore: wording in UPGRADING.md
1 parent 7946379 commit 8988783

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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 violating the new constraints need to be updated.
14+
715
### `daemon` CLI command's `--ip` flag removal
816

917
The `daemon` CLI command no longer allows to set a custom ip for the gRPC communication. Currently there is not enough

0 commit comments

Comments
 (0)