updated changelog

This commit is contained in:
Terje Io
2022-08-01 09:16:57 +02:00
parent 1e7670846e
commit 06e7fd7bfb

View File

@@ -1,6 +1,6 @@
## grblHAL changelog
20220731:
20220801:
Core:
@@ -8,15 +8,15 @@ Core:
Plugins:
* Networking: fixed some include files dependencies that caused issues in some configurations.
* Networking: fixed some include files dependencies that caused issues in some configurations.
* WebUI: added missing guards for SD card enabled and new compile time option. Added missing status message to file listings.
Drivers:
* ESP32: .
* STM32Fxx: Fixed _Release_ build settings, added _.bin_ output.
* ESP32: added missing guards that caused compilation errors if WebUI option was enabled without SD card enabled and/or authentication enabled.
Added option for auto push the real time status report.
---