Skip to content

Commit 16fdab5

Browse files
committed
Updated readme
1 parent be5efb5 commit 16fdab5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: docs/UPGRADING.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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 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+
714
### golang API: PackageManager.DownloadPlatformRelease no longer need `label` parameter
815

916
```go

0 commit comments

Comments
 (0)