Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Dec 7, 2023
1 parent ab2a0f6 commit b4b3c81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ Here you can find a list of migration guides to handle breaking changes between

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

- `github.com/arduino/arduino-cli/arduino`
- `github.com/arduino/arduino-cli/buildcache`
- `github.com/arduino/arduino-cli/configuration`
- `github.com/arduino/arduino-cli/executils`
- `github.com/arduino/arduino-cli/table`

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

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

Expand Down

0 comments on commit b4b3c81

Please sign in to comment.