This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new e2b0d8d2e6 chore: Update RELEASE_NOTES
e2b0d8d2e6 is described below
commit e2b0d8d2e65ecf7197b228d487de9ef97fef214c
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon May 26 07:24:55 2025 +0200
chore: Update RELEASE_NOTES
Added a comment on the modbus driver now supporting SingleItemRequests
---
RELEASE_NOTES | 3 +++
1 file changed, 3 insertions(+)
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index ce7946f9a5..7209977d79 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -37,6 +37,9 @@ New Features
- Added auto-discovery to S7 in PLC4J.
- Improved some things in the SPI, that caused issues with
drivers under heavy load.
+- The Modbus driver uses the "Single Register Request" if a
+ tag fits into one register. This can help communicating with
+ devices that don't support "Multi Register Requests".
Incompatible changes
--------------------