From a01e37ce215829a8e5719ea2e92059f059d839b7 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Thu, 17 Oct 2019 16:13:55 +0900 Subject: [PATCH] Updated a release note. --- README.md | 4 ++++ mkdocs/changelog.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 9ab07a7..6da7879 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,10 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some ## Change log +### [1.1.1] Oct. 17, 2019 +- Fixed crash with unique_ptr deleting reference content. (issue #138) +- Fixed disconnection request initialization missing. (issue #139) + ### [1.1.0] Oct. 15, 2019 - Supports static IPs with the 'Configure new AP' menu. (issue #132) - Fixed compilation error that no member named 'printTo' with ArduinoJson 5. diff --git a/mkdocs/changelog.md b/mkdocs/changelog.md index 7e6e844..23c2d95 100644 --- a/mkdocs/changelog.md +++ b/mkdocs/changelog.md @@ -1,3 +1,7 @@ +#### [1.1.1] Oct. 17, 2019 +- Fixed crash with unique_ptr deleting reference content. +- Fixed disconnection request initialization missing. + #### [1.1.0] Oct. 15, 2019 - Supports static IPs with the [**Configure new AP**](menu.md#configure-new-ap) menu. - Fixed compilation error that no member named 'printTo' with ArduinoJson 5.