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
4
4
5
5
## 0.32.0
6
6
7
+ ### ` arduino-cli ` doesn't lookup anymore in the current directory for configuration file.
8
+
7
9
Configuration file lookup in current working directory and its parents is dropped. The command line flag ` --config-file `
8
10
must be specified to use an alternative configuration file from the one in the data directory.
9
11
@@ -49,6 +51,10 @@ $ arduino-cli outdated --format json
49
51
}
50
52
```
51
53
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
+
52
58
## 0.31.0
53
59
54
60
### Added ` post_install ` script support for tools
You can’t perform that action at this time.
0 commit comments