File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Here you can find a list of migration guides to handle breaking changes between
44
55## 0.32.0
66
7+ ### ` arduino-cli ` doesn't lookup anymore in the current directory for configuration file.
8+
79Configuration file lookup in current working directory and its parents is dropped. The command line flag ` --config-file `
810must be specified to use an alternative configuration file from the one in the data directory.
911
@@ -49,6 +51,10 @@ $ arduino-cli outdated --format json
4951}
5052```
5153
54+ ### golang API: method ` github.com/arduino/arduino-cli/arduino/libraries/Library.LocationPriorityFor ` removed
55+
56+ That method was outdated and must not be used.
57+
5258## 0.31.0
5359
5460### Added ` post_install ` script support for tools
You can’t perform that action at this time.
0 commit comments