1
1
Changelog
2
2
=========
3
3
4
+ 1.0.1 (2018-05-22)
5
+ ++++++++++++++++++
6
+
7
+ `@wthomson `_ has fixed a couple of typo's in the documentation. Thanks!
8
+
9
+ **Bugs **
10
+
11
+ * `#49 `_ Fix clients being to greedy when reading response. Thanks `@lutostag `_!
12
+
13
+ .. _#49 : https://github.com/AdvancedClimateSystems/uModbus/issues/49
14
+ .. _@lutostag : https://github.com/lutostag
15
+ .. _@wthomson : https://github.com/wthomson
16
+
4
17
1.0.0 (2018-01-06)
5
18
++++++++++++++++++
6
19
7
20
**Bugs **
8
21
9
- * `#50 ` Fix handling of empty ADU's.
22
+ * `#50 `_ Fix handling of empty ADU's.
10
23
11
24
.. _#50 : https://github.com/AdvancedClimateSystems/uModbus/issues/50
12
25
@@ -15,7 +28,7 @@ Changelog
15
28
16
29
**Bugs **
17
30
18
- * `#47 ` Fix import errors in sample code. `@tiagocoutinho `
31
+ * `#47 `_ Fix import errors in sample code. Thanks `@tiagocoutinho `_!
19
32
20
33
.. _#47 : https://github.com/AdvancedClimateSystems/uModbus/issues/47
21
34
.. _@tiagocoutinho : https://github.com/tiagocoutinho
@@ -25,8 +38,8 @@ Changelog
25
38
26
39
**Bugs **
27
40
28
- * `#27 ` Route is called with wrong value when one write single coil with value 1.
29
- * `#42 ` Drop support for PyPy.
41
+ * `#27 `_ Route is called with wrong value when one write single coil with value 1.
42
+ * `#42 `_ Drop support for PyPy.
30
43
31
44
.. _#27 : https://github.com/AdvancedClimateSystems/uModbus/issues/27
32
45
.. _#42 : https://github.com/AdvancedClimateSystems/uModbus/issues/42
@@ -36,7 +49,7 @@ Changelog
36
49
37
50
**Features **
38
51
39
- * `#48 ` Update to pyserial 3.2.1
52
+ * `#48 `_ Update to pyserial 3.2.1
40
53
41
54
.. _#48 : https://github.com/AdvancedClimateSystems/uModbus/issues/48
42
55
@@ -45,8 +58,8 @@ Changelog
45
58
46
59
**Bugs **
47
60
48
- * `#44 ` Remove print statement.
49
- * `#46 ` Transaction ID overflow. Thanks `@greg0pearce `
61
+ * `#44 `_ Remove print statement.
62
+ * `#46 `_ Transaction ID overflow. Thanks `@greg0pearce `_
50
63
51
64
.. _#44 : https://github.com/AdvancedClimateSystems/uModbus/issues/44
52
65
.. _#46 : https://github.com/AdvancedClimateSystems/uModbus/issues/46
@@ -57,7 +70,7 @@ Changelog
57
70
58
71
**Bugs **
59
72
60
- * `#41 ` RTU server doesn't handle frames correct.
73
+ * `#41 `_ RTU server doesn't handle frames correct.
61
74
62
75
.. _#41 : https://github.com/AdvancedClimateSystems/uModbus/issues/41
63
76
@@ -66,13 +79,13 @@ Changelog
66
79
67
80
**Features **
68
81
69
- * `#22 ` Add Modbus RTU server.
82
+ * `#22 `_ Add Modbus RTU server.
70
83
71
84
**Bugs **
72
85
73
- * `#39 ` Merge functions module with _functions package.
74
- * `#37 ` Pretty print binary data in shell.
75
- * `#38 ` Fix type in sumple_rtu_client.py
86
+ * `#39 `_ Merge functions module with _functions package.
87
+ * `#37 `_ Pretty print binary data in shell.
88
+ * `#38 `_ Fix type in sumple_rtu_client.py
76
89
77
90
.. _#22 : https://github.com/AdvancedClimateSystems/uModbus/issues/22
78
91
.. _#29 : https://github.com/AdvancedClimateSystems/uModbus/issues/29
@@ -85,7 +98,7 @@ Changelog
85
98
86
99
**Features **
87
100
88
- * `#24 ` Add Modbus RTU client.
101
+ * `#24 `_ Add Modbus RTU client.
89
102
90
103
.. _#24 : https://github.com/AdvancedClimateSystems/uModbus/issues/24
91
104
0 commit comments