From d1f9c7681cfeb791611d477bb45bb6c1a140f44a Mon Sep 17 00:00:00 2001 From: Terje Io Date: Sun, 5 Jan 2025 08:31:54 +0100 Subject: [PATCH] Updated changelog --- changelog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 3a1e45a..b02c005 100644 --- a/changelog.md +++ b/changelog.md @@ -4,8 +4,7 @@ Core: -* Changed error code reported when file not found for `G65` macro or named `O`-sub calls from `39` to `84`. -Removed `IDLE` state requirement for executing `G65` macros, an error will no longer be returned and the macro will be run. +* Changed error code reported when file not found for named `O`-sub calls from `39` to `84`. * Added event handler for outputting welcome message on "native" USB connect for drivers that provides the linestate changed event. Ref. STMF32F4xx issue [#206](https://github.com/grblHAL/STM32F4xx/issues/206). @@ -19,6 +18,9 @@ Plugins: * Bluetooth: updated for core change. +* SD card: changed error code reported when file not found for `G65` macro calls from `39` to `84`. +Removed `IDLE` state requirement for executing `G65` macros, an error will no longer be returned and the macro will be run. + --- 20250103