Skip to content

Commit d410c2a

Browse files
committed
Updated docs
1 parent 64b4846 commit d410c2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/UPGRADING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ Here you can find a list of migration guides to handle breaking changes between
88

99
The following golang modules are no longer available as public API:
1010

11+
- `github.com/arduino/arduino-cli/arduino`
1112
- `github.com/arduino/arduino-cli/buildcache`
1213
- `github.com/arduino/arduino-cli/configuration`
1314
- `github.com/arduino/arduino-cli/executils`
1415
- `github.com/arduino/arduino-cli/table`
1516

1617
Most of the `executils` library has been integrated inside the `go-paths` library `github.com/arduino/go-paths-helper`.
18+
The other packages are not intended for usage outside the Arduino CLI, we will keep them internal to allow future
19+
breaking changes as needed.
1720

1821
### CLI changed JSON output for some `lib`, `core`, `config`, `board`, and `sketch` commands.
1922

0 commit comments

Comments
 (0)