From ae6df052f571901f66cd9c6e267756a1970aab79 Mon Sep 17 00:00:00 2001 From: dxl <64101226@qq.com> Date: Mon, 28 Aug 2023 01:51:18 +0800 Subject: [PATCH] Changelog Updated --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eef1081..bdd3e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] + - Security BLE implemented (@xianglin1998) + - Added `hw settings blekey` to get and set ble connect key (@xianglin1998) + - Added `hw ble bonds clear` to delete all ble bonds (@xianglin1998) - Fixed argument completion bug inserting additional hyphens (@szymex73) - Fix device address is not the same with APP (@taichunmin) - Added initial version of the user guides (@GameTec-live)