Skip to content

Commit af52cf9

Browse files
authored
Update CHANGELOG for recent changes and fixes
1 parent 18c0dda commit af52cf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
1313
- Add the `compatible_models` to the `GET /v1/bricks/{id}` [#94](https://github.com/arduino/arduino-app-cli/pull/94)
1414
- Add the `compatible_models` to the `GET /v1/apps/{id}/bricks/{id}` [#99](https://github.com/arduino/arduino-app-cli/pull/99)
1515
- Bump [examples](https://github.com/arduino/app-bricks-examples) to 0.5.1 [#100](https://github.com/arduino/arduino-app-cli/pull/100)
16+
- mount `/dev/snd/by-id` in python container [#119](https://github.com/arduino/arduino-app-cli/pull/119)
17+
1618

1719
### Changed
1820
- Do not exit from default Python script [#106](https://github.com/arduino/arduino-app-cli/pull/106)
@@ -34,8 +36,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
3436

3537
- 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)
3638
- 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)
3839
- remove `compatible_models` from the `GET /v1/apps/{id}/bricks` endpoint [#120](https://github.com/arduino/arduino-app-cli/pull/120)
40+
- manage missing sketch folder when adding a library [#123](https://github.com/arduino/arduino-app-cli/pull/123)
3941

4042
### Security
4143

0 commit comments

Comments
 (0)