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.
---