File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ Here you can find a list of migration guides to handle breaking changes between
4
4
5
5
## Unreleased
6
6
7
- ### ` ParseReferences() ` function change in ` arduino-cli ` package
7
+ ### ` github.com/arduino/arduino-cli/cli/arguments. ParseReferences` function change
8
8
9
9
The ` parseArch ` parameter was removed since it was unused and was always true. This means that the architecture gets
10
10
always parsed by the function.
11
11
12
- ### ` ParseReference() ` function change in ` arduino-cli ` package
12
+ ### ` github.com/arduino/arduino-cli/cli/arguments. ParseReference` function change
13
13
14
14
The ` parseArch ` parameter was removed since it was unused and was always true. This means that the architecture gets
15
15
always parsed by the function. Furthermore the function now should also correctly interpret ` packager:arch ` spelled with
You can’t perform that action at this time.
0 commit comments