From 8eeac9d35bd590092d6bc56b768acee1ece8a3f4 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Wed, 28 Oct 2020 17:37:05 +0100 Subject: [PATCH] Add PR number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a29e60f57..2b39d07eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. - TLS in binary tasmota-zbbridge (#9635) - Support for EZO O2 sensors by Christopher Tremblay (#9619) - Zigbee reduce battery drain (#9642) -- Zigbee added ``ZbMap`` command to describe Zigbee topology +- Zigbee added ``ZbMap`` command to describe Zigbee topology (#9651) ### Changed - PlatformIO library structure redesigned for compilation speed by Jason2866