From 04ae5aa9116c5954e63da73f7fd45ef75d3c9516 Mon Sep 17 00:00:00 2001 From: Bosko Popovic Date: Sat, 23 Jul 2022 21:25:32 +0200 Subject: [PATCH] Changelog updated for: Add FlutterBlue.name to get the human readable device name #93 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 481a83e2..3c767924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 1.2.0 * connect timeout fixed (thanks to crazy-rodney, sophisticode, SkuggaEdward, MousyBusiness and cthurston) * Add timestamp field to ScanResult class #59 (thanks to simon-iversen) +* Add FlutterBlue.name to get the human readable device name #93 (thanks to mvo5) ## 1.1.3 * Read RSSI from a connected BLE device #1 (thanks to sophisticode)