Skip to content

Commit e5c2615

Browse files
committed
Update Changelog
1 parent 1a24c1d commit e5c2615

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ from pymodbus.client.asynchronous import ModbusTcpClient
1414
* Fix SQLDbcontext update failure
1515
* Fix Binary payload example for endianess.
1616
* Fix tornado async serial client `TypeError` while processing incoming packet.
17+
* Fix erroneous CRC handling in Modbus RTU framer.
18+
* Support broadcasting in Modbus Client and Servers (sync).
1719
* Fix asyncio examples.
1820
* Improved logging in Modbus Server .
1921
* Minor update in factory.py, now server logs prints received request instead of only function code
22+
2023
```
2124
# Now
2225
DEBUG:pymodbus.factory:Factory Request[ReadInputRegistersRequest: 4]

0 commit comments

Comments
 (0)