We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a36e1 commit 687bde3Copy full SHA for 687bde3
docs/UPGRADING.md
@@ -4,9 +4,15 @@ 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
12
+### golang API: method `github.com/arduino/arduino-cli/arduino/libraries/Library.LocationPriorityFor` removed
13
14
+That method was outdated and must not be used.
15
16
## 0.31.0
17
18
### Added `post_install` script support for tools
0 commit comments