Updated changelog

This commit is contained in:
Terje Io
2021-11-01 09:08:37 +01:00
parent 82d42f4fa4
commit 4a140576a2
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -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.
---
+13
View File
@@ -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: