Skip to content

Commit 18c0dda

Browse files
authored
Revise CHANGELOG for removed fields and fixes
Updated CHANGELOG to reflect recent removals and fixes.
1 parent e507bcb commit 18c0dda

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
2222
### Removed
2323

2424
- Remove the `models` fields from the `GET /v1/bricks` response [#94](https://github.com/arduino/arduino-app-cli/pull/94)
25-
- Remove depreacted `require_devices` field from the brick-list [#111](https://github.com/arduino/arduino-app-cli/pull/111)
26-
- Remove the `compatible_models` field from the `/v1/apps/{id}/bricks` response [#114](https://github.com/arduino/arduino-app-cli/pull/114)
25+
- Remove deprecated `require_devices` field from the `brick-list.yaml` [#111](https://github.com/arduino/arduino-app-cli/pull/111)
26+
- Remove the `compatible_models` field from the `GET /v1/apps/{id}/bricks` response [#114](https://github.com/arduino/arduino-app-cli/pull/114)
27+
- Remove `--no-python` from the CLI `arduino-app-cli app new name` command [#121](https://github.com/arduino/arduino-app-cli/pull/121)
28+
- Remove `skip-python` from the HTTP `POST /v1/apps` request endpoint [#121](https://github.com/arduino/arduino-app-cli/pull/121)
29+
30+
2731

2832

2933
### Fixed
3034

3135
- pkg/board/remote/adb/: use `adb get-state` for checking if the board is there and it is connected [#98](https://github.com/arduino/arduino-app-cli/pull/98)
3236
- add the `/needrestart/conf.d/arduino-adbd.conf` to exclude `adbd` service to be restarted [#117](https://github.com/arduino/arduino-app-cli/pull/117)
37+
- manage missing sketch folder when adding a library [#123](https://github.com/arduino/arduino-app-cli/pull/123)
38+
- remove `compatible_models` from the `GET /v1/apps/{id}/bricks` endpoint [#120](https://github.com/arduino/arduino-app-cli/pull/120)
3339

3440
### Security
3541

0 commit comments

Comments
 (0)