We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db9ead commit 0176826Copy full SHA for 0176826
docs/UPGRADING.md
@@ -4,6 +4,8 @@ Here you can find a list of migration guides to handle breaking changes between
4
5
## 0.32.0
6
7
+### `arduino-cli` doesn't lookup anymore in the current directory for configuration file.
8
+
9
Configuration file lookup in current working directory and its parents is dropped. The command line flag `--config-file`
10
must be specified to use an alternative configuration file from the one in the data directory.
11
@@ -49,6 +51,10 @@ $ arduino-cli outdated --format json
49
51
}
50
52
```
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
58
## 0.31.0
59
60
### Added `post_install` script support for tools
0 commit comments