Skip to content

Commit 2b6ffc2

Browse files
committed
Updated readme
1 parent be5efb5 commit 2b6ffc2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: docs/UPGRADING.md

+9
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)