From 5a00bdd7f6b7ac70357c5fd1dd9b5690bd74b66f Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Mon, 1 May 2023 22:53:49 +0200 Subject: [PATCH] Update Changelog.md --- Changelog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Changelog.md b/Changelog.md index d96f6652..1df180d1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,23 @@ +## [15.2.2] - 2023-05-01 + +### Changes + +For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.2.1...v15.2.2) + +#### Changed + - Updated PlatformIO to `6.2.0` + - [#2376](https://github.com/jomjol/AI-on-the-edge-device/pull/2376) Improve logging if Autostart is not enabled + +#### Fixed + - [#2373](https://github.com/jomjol/AI-on-the-edge-device/pull/2373) Allow the Alignment Mark step while status is "Initializing" or "Initialization (delayed)" or while in setup mode + + ## [15.2.1] - 2023-04-27 +### Changes + +For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.2.0...v15.2.1) + #### Fixed - [#2357](https://github.com/jomjol/AI-on-the-edge-device/pull/2357) Fix Alignment Mark issue @@ -966,6 +984,7 @@ External Illumination - Initial Version +[15.2.2]: https://github.com/jomjol/AI-on-the-edge-device/compare/v15.2.1...v15.2.2 [15.2.1]: https://github.com/jomjol/AI-on-the-edge-device/compare/v15.2.0...v15.2.1 [15.2.0]: https://github.com/jomjol/AI-on-the-edge-device/compare/v15.1.1...v15.2.0 [15.1.1]: https://github.com/jomjol/AI-on-the-edge-device/compare/v15.1.0...v15.1.1