From 08c778530ca5b476d22b73244366e32db7993302 Mon Sep 17 00:00:00 2001 From: Terje Io Date: Sat, 31 Jan 2026 06:34:16 +0100 Subject: [PATCH] Updated changelog. --- changelog.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index cb318df..3d6361c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,16 +1,24 @@ ## grblHAL changelog +20260131 + +Plugins: + +* Networking: added code guard to prevent compiler error for some drivers. + +--- + 20260128 Drivers: -* ESP32: fix for issue [#187](https://github.com/grblHAL/ESP32/issues/187), compiler error when VFD spindle enabled. - * STM32F4xx, STM32F7xx: fix for analog inputs not working when no analog outputs are defined. Added support for on-chip DACs. Plugins: +* Spindle: fix for ESP32 issue [#187](https://github.com/grblHAL/ESP32/issues/187), compiler error when VFD spindle enabled. + * Networking: improved WebDAV implementation. ---