From f8f1a2de048d487f7930976411d162efe381e684 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sun, 6 Jun 2021 00:58:56 +0200 Subject: [PATCH] Added changelog entries --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fb19cfbf..6709ccd5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,9 @@ Added * add mtu_size property for clients * WinRT backend added * Added ``BleakScanner.discovered_devices`` property. +* Added ``BleakScanner.find_device_by_filter`` static method. +* Added ``scanner_byname.py`` example. +* Added optional command line argument to specify device to all applicable examples. Changed ~~~~~~~