Skip to content

Commit 6bce6e5

Browse files
authored
Fix formatting and capitalization in CHANGELOG.md
Correct formatting and capitalization in CHANGELOG entries.
1 parent 33590ff commit 6bce6e5

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
88

99
### Added
1010

11-
- add the `require_model` to the `GET /v1/bricks` and `GET /v1/bricks/id` [#93](https://github.com/arduino/arduino-app-cli/pull/93)
12-
- add the `require_model` to the `GET /v1/apps/{id}/bricks` and `GET /v1/apps/{id}/bricks/{id}` [#93](https://github.com/arduino/arduino-app-cli/pull/93)
13-
- add the `compatible_models` to the `GET /v1/bricks/{id}` [#94](https://github.com/arduino/arduino-app-cli/pull/94)
14-
- add the `compatible_models` to the `GET /v1/apps/{id}/bricks/{id}` [#99](https://github.com/arduino/arduino-app-cli/pull/99)
15-
- bump [examples](https://github.com/arduino/app-bricks-examples) to 0.5.1 [#100](https://github.com/arduino/arduino-app-cli/pull/100)
11+
- Add the `require_model` to the `GET /v1/bricks` and `GET /v1/bricks/id` [#93](https://github.com/arduino/arduino-app-cli/pull/93)
12+
- Add the `require_model` to the `GET /v1/apps/{id}/bricks` and `GET /v1/apps/{id}/bricks/{id}` [#93](https://github.com/arduino/arduino-app-cli/pull/93)
13+
- Add the `compatible_models` to the `GET /v1/bricks/{id}` [#94](https://github.com/arduino/arduino-app-cli/pull/94)
14+
- Add the `compatible_models` to the `GET /v1/apps/{id}/bricks/{id}` [#99](https://github.com/arduino/arduino-app-cli/pull/99)
15+
- Bump [examples](https://github.com/arduino/app-bricks-examples) to 0.5.1 [#100](https://github.com/arduino/arduino-app-cli/pull/100)
1616

1717
### Changed
18-
- do not exit from default Python script [#106](https://github.com/arduino/arduino-app-cli/pull/106)
18+
- Do not exit from default Python script [#106](https://github.com/arduino/arduino-app-cli/pull/106)
1919

2020
### Deprecated
2121

2222
### Removed
2323

24-
- 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)
24+
- 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)
27+
2628

2729
### Fixed
2830

29-
- pkg/board/remote/adb/: use `adb get-state` for checking if the board is there and it is connecteed [#98](https://github.com/arduino/arduino-app-cli/pull/98)
31+
- 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)
3032

3133
### Security
3234

0 commit comments

Comments
 (0)