Skip to content

Commit 41ce986

Browse files
committed
Test stop of server task.
1 parent e88505d commit 41ce986

File tree

6 files changed

+369
-104
lines changed

6 files changed

+369
-104
lines changed

API_changes.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ PyModbus - API changes.
55
-------------
66
Version 3.1.0
77
-------------
8-
Added --host to client_* examples, to allow easier use.
9-
unit= in client calls are no longer converted to slave=, but raises a runtime exception.
10-
Added missing client calls (all standard request are not available as methods).
11-
client.mask_write_register() changed parameters.
8+
- Added --host to client_* examples, to allow easier use.
9+
- unit= in client calls are no longer converted to slave=, but raises a runtime exception.
10+
- Added missing client calls (all standard request are not available as methods).
11+
- client.mask_write_register() changed parameters.
12+
- server classes no longer accept reuse_port= (the socket do not accept it)
1213

1314
---------------------
1415
Version 3.0.1 / 3.0.2

0 commit comments

Comments
 (0)