You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/UPGRADING.md
+7
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ Here you can find a list of migration guides to handle breaking changes between
4
4
5
5
## 0.23.0
6
6
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 intended behaviour, `arduino-cli` should include them only if run as a daemon from the Arduino IDE.
10
+
Now this is fixed, but since it has been the default behaviour from a very long time we decided to report it here as a breaking change.
11
+
12
+
If a compilation fail for a missing bundled library, you can fix it just by installing the missing library from the library manager as usual.
13
+
7
14
### golang API: PackageManager.DownloadPlatformRelease no longer need `label` parameter
0 commit comments