From 0e46a3b3ec9da5e56fab9f993804aa4f0b6811b4 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Fri, 13 Jul 2018 00:48:42 +0200 Subject: [PATCH] Typo --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 4944c45..a21cdc2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -12,7 +12,7 @@ Version 0.3.0 (2018-) - LISTENPORT has been renamed to PORT (LISTENPORT still works though) - Hiding git menu when git is disabled @danielperna84 - Removed right dragging area for editor settings (Issue #102) @danielperna84 -- Added IGNORE_SSL option to disables SSL verification when connecting to HASS API @danielperna84 +- Added IGNORE_SSL option to disable SSL verification when connecting to HASS API @danielperna84 Version 0.2.9 (2018-06-22) - Material Icons and HASS-help now open in new tab instead of modal (Issues #85 and #34) @danielperna84