From b3606a8ac36cdc7a088bfdf76b6d1b2351a26b8c Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 9 Mar 2021 12:54:43 +0100 Subject: [PATCH] Changelog edit --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1705886e..7e517bad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ Given the high speed of development in the first phase, changes are being report ## [unreleased] +### Added + +- Added `active_scan` parameter to `bluetooth.scanner` backend to perform active scans (i.e. via `lookup_name`) + on the discovered devices (see [#174](https://git.platypush.tech/platypush/platypush/-/issues/174)). + ### Fixed - Cron expressions should adhere to the UNIX cronjob standard and use the machine local time,