From 78d8968ef83a161cdba6c06549340e2f46d4ff19 Mon Sep 17 00:00:00 2001
From: Hieromon Ikasamo <Hieromon@users.noreply.github.com>
Date: Sat, 25 May 2019 19:58:41 +0900
Subject: [PATCH] Update for v0.9.9

---
 mkdocs/changelog.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/mkdocs/changelog.md b/mkdocs/changelog.md
index cd6af8b..9b22f06 100644
--- a/mkdocs/changelog.md
+++ b/mkdocs/changelog.md
@@ -1,3 +1,12 @@
+### [0.9.9] May 25, 2019
+- Supports ESP8266 Arduino core 2.5.2.
+- Menu text/background color can be statically customized.
+- Added ID attribute to HTML tag generated from AutoConnectText.
+- Fixed the input box layout collapsed.
+- Fixed that the decoration of AutoConnectButton was disabled.
+- Fixed that the value remains even after clearing the option with AutoConnectSelect.
+- Fixed that an alignment violation exception occurred when loading AutoConnectAux described by JSON with PROGMEM attribute.
+
 #### [0.9.8] May 3, 2019
 - Supports ArduinoJson 6.9.1 or later.
 - Supports allocating JsonDocument buffer to PSRAM on ESP32 with ArduinoJson 6.10.0 or later.