@@ -12,6 +12,8 @@ Unreleased
1212
1313**Added **
1414
15+ * Added function to set the default timeout value.
16+
1517**Changed **
1618
1719**Fixed **
@@ -29,7 +31,7 @@ Unreleased
2931
3032**Fixed **
3133
32- * Fixed blocking issues on the Twisted/Autobahn-based implementation of websockets
34+ * Fixed blocking issues on the Twisted/Autobahn-based implementation of websockets.
3335
3436**Deprecated **
3537
@@ -61,24 +63,24 @@ Unreleased
6163
6264**Changed **
6365
64- * Changed behavior: Topics automatically reconnect when websockets is reconnected
66+ * Changed behavior: Topics automatically reconnect when websockets is reconnected.
6567
6668**Added **
6769
6870* Added blocking behavior to more ROS API methods: ``ros.get_nodes `` and ``ros.get_node_details ``.
69- * Added reconnection support to IronPython implementation of websockets
70- * Added automatic topic reconnection support for both subscribers and publishers
71+ * Added reconnection support to IronPython implementation of websockets.
72+ * Added automatic topic reconnection support for both subscribers and publishers.
7173
7274**Fixed **
7375
74- * Fixed reconnection issues on the Twisted/Autobahn-based implementation of websockets
76+ * Fixed reconnection issues on the Twisted/Autobahn-based implementation of websockets.
7577
76780.7.1
7779----------
7880
7981**Fixed **
8082
81- * Fixed blocking service calls for Mac OS
83+ * Fixed blocking service calls for Mac OS.
8284
83850.7.0
8486----------
@@ -141,7 +143,7 @@ Unreleased
141143
142144**Added **
143145
144- * Add a non-blocking event loop runner
146+ * Add a non-blocking event loop runner.
145147
1461480.3.0
147149----------
@@ -155,33 +157,33 @@ Unreleased
155157
156158**Fixed **
157159
158- * Fix JSON serialization error on TF Client (on Python 3.x)
160+ * Fix JSON serialization error on TF Client (on Python 3.x).
159161
1601620.2.0
161163----------
162164
163165**Added **
164166
165- * Add support for IronPython 2.7
167+ * Add support for IronPython 2.7.
166168
167169**Changed **
168170
169- * Handler ``on_ready `` now defaults to run the callback in thread
171+ * Handler ``on_ready `` now defaults to run the callback in thread.
170172
171173**Deprecated **
172174
173- * Rename ``run_event_loop `` to the more fitting ``run_forever ``
175+ * Rename ``run_event_loop `` to the more fitting ``run_forever ``.
174176
1751770.1.1
176178----------
177179
178180**Fixed **
179181
180- * Minimal documentation fixes
182+ * Minimal documentation fixes.
181183
1821840.1.0
183185----------
184186
185187**Added **
186188
187- * Initial version
189+ * Initial version.
0 commit comments