Skip to content

Commit b6b8af8

Browse files
committed
Update changelog.
1 parent a4398dd commit b6b8af8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.4.1] - 2022-10-23
6+
7+
### Fixed
8+
- Compile warning removed for esp32c3
9+
- NimBLEDevice::getPower incorrect value when power level is -3db.
10+
- Failed pairing when already in progress.
11+
12+
### Changed
13+
- Revert previous change that forced writing with response when subscribing in favor of allowing the application to decide.
14+
15+
### Added
16+
- Added NimBLEHIDDevice::batteryLevel.
17+
- Added NimBLEDevice::setDeviceName allowing for changing the device name while the BLE stack is active.
18+
- CI build tests.
19+
- Missing items in CHANGELOG that were not recorded correctly
20+
521
## [1.4.0] - 2022-07-10
622

723
### Fixed

0 commit comments

Comments
 (0)