You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rosapi/CHANGELOG.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
Changelog for package rosapi
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+
Forthcoming
6
+
-----------
7
+
* Evaluate filter() generator before returning in get_param_names() which is required when using python3. Fixes `#527 <https://github.com/RobotWebTools/rosbridge_suite/issues/527>`_. (`#540 <https://github.com/RobotWebTools/rosbridge_suite/issues/540>`_)
8
+
* Contributors: Steve Golton
9
+
5
10
0.11.10 (2020-09-08)
6
11
--------------------
7
12
* Fixed filter_globs for noetic (`#506 <https://github.com/RobotWebTools/rosbridge_suite/issues/506>`_)
Copy file name to clipboardExpand all lines: rosbridge_library/CHANGELOG.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
Changelog for package rosbridge_library
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+
Forthcoming
6
+
-----------
7
+
* Use Python 3 str in incoming (`#541 <https://github.com/RobotWebTools/rosbridge_suite/issues/541>`_)
8
+
Fixes Python 2 unicode issues.
9
+
Supersedes `#539 <https://github.com/RobotWebTools/rosbridge_suite/issues/539>`_ to fix regression in `#514 <https://github.com/RobotWebTools/rosbridge_suite/issues/514>`_
10
+
* Contributors: Matt Vollrath
11
+
5
12
0.11.10 (2020-09-08)
6
13
--------------------
7
14
* possible fix for error when working with RosSharp, TypeError: can only concatenate str (not bytes) to str (`#514 <https://github.com/RobotWebTools/rosbridge_suite/issues/514>`_)
0 commit comments