Skip to content

Commit c4256ec

Browse files
committed
Updated docs
1 parent 77ace5f commit c4256ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/UPGRADING.md

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

55
## 0.36.0
66

7+
### Some golang modules from `github.com/arduino/arduino-cli/*` have been made private.
8+
9+
The following golang modules are no longer available as public API:
10+
11+
- `github.com/arduino/arduino-cli/buildcache`
12+
- `github.com/arduino/arduino-cli/executils`
13+
- `github.com/arduino/arduino-cli/table`
14+
15+
Most of the `executils` library has been integrated inside the `go-paths` library `github.com/arduino/go-paths-helper`.
16+
717
### CLI changed JSON output for some `lib`, `core`, `config`, `board`, and `sketch` commands.
818

919
- `arduino-cli lib list --format json` results are now wrapped under `installed_libraries` key

0 commit comments

Comments
 (0)