File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ Here you can find a list of migration guides to handle breaking changes between
44
55## 0.23.0
66
7+ ### Arduino IDE builtin libraries are now excluded from the build when running ` arduino-cli ` standalone
8+
9+ Previously the "builtin libraries" in the Arduino IDE 1.8.x were always included in the build process. This wasn't the
10+ intended behaviour, ` arduino-cli ` should include them only if run as a daemon from the Arduino IDE. Now this is fixed,
11+ but since it has been the default behaviour from a very long time we decided to report it here as a breaking change.
12+
13+ If a compilation fail for a missing bundled library, you can fix it just by installing the missing library from the
14+ library manager as usual.
15+
716### golang API: PackageManager.DownloadPlatformRelease no longer need ` label ` parameter
817
918``` go
You can’t perform that action at this time.
0 commit comments