From b930cd1474d18a591b6dc5900f54637ca73359d5 Mon Sep 17 00:00:00 2001 From: reef-actor <35917163+reef-actor@users.noreply.github.com> Date: Sun, 30 Jun 2019 23:51:32 +0100 Subject: [PATCH] Add changelog entry for Sonoff L1 support --- sonoff/_changelog.ino | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index 0ebffba3b..a9d29bda4 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -1,4 +1,8 @@ -/* 6.5.0.16 20190611 +/* + * 6.5.0.16 + * Add support for Sonoff L1 + * + * 6.5.0.16 20190611 * Refactored TLS based on BearSSL, warning breaking change for fingerprints validation (see doc) * Add checkbox to GUI password field enabling visibility during password entry only (#5934) * Add using heap when more than 199 IRSend values need to be send. May need increase of define MQTT_MAX_PACKET_SIZE too (#5950)