Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Nov 12, 2023
1 parent 815c9a8 commit de5da6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for Raspberry Pi Pico W microcontroller
- Supports BLE / BREDR
- Console / NVS not supported yet
- Internally uses the "custom" platform.

### Changed
- Platform boot logic changed a bit. Rationale: "don't make magic changes".
Expand All @@ -28,6 +29,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `uni_bt_enable_new_connections_unsafe()`
- `uni_bt_del_keys_unsafe()`
- `uni_bt_list_keys_unsafe()`
- "PC_DEBUG" platform:
- Removed the "PLATFORM_PC_DEBUG" option.
- Instead, "pc_debug" still exists, but internally uses "custom" platform.

## [3.10.1] - 2023-11-05
### New
Expand Down

0 comments on commit de5da6c

Please sign in to comment.