From 4a140576a2acf12172ef3532b16b433a07984f71 Mon Sep 17 00:00:00 2001 From: Terje Io Date: Mon, 1 Nov 2021 09:08:37 +0100 Subject: [PATCH] Updated changelog --- README.md | 2 +- changelog.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f5e9ff..8b8e477 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It has been written to complement grblHAL and has features such as proper keyboa --- -Latest build date is 20211024, see the [changelog](changelog.md) for details. +Latest build date is 20211029, see the [changelog](changelog.md) for details. __NOTE:__ Drivers built with more than three axes configured \(`N_AXIS` > `3`\) will force a settings reset when upgraded. Backup and restore of settings is recommended for these. --- diff --git a/changelog.md b/changelog.md index b2cbce8..37afbe4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,18 @@ ## grblHAL changelog +Build 2021029: + +Core: +* Fixed variable name typo. +* Renamed hal.stream.disable to hal.stream.disable_rx to better reflect function. + +Plugins: +* Spindle plugin modified to support multiple Modbus clients. + +Drivers: +* Updated for HAL function pointer rename, multiple Modbus clients where relevant. +* Added support for using UART8 as serial port in iMXRT1062 driver. + Build 2021024: Core: