Skip to content

Commit

Permalink
Changelog.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Nov 20, 2024
1 parent 34f9e13 commit 3713057
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions rclpy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package rclpy
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Fix the race condition while calling rcl_shutdown (`#1353 <https://github.com/ros2/rclpy/issues/1353>`_)
* Use @deprecated to mark deprecated APIs for type checkers. (`#1350 <https://github.com/ros2/rclpy/issues/1350>`_)
* init (`#1358 <https://github.com/ros2/rclpy/issues/1358>`_)
* Avoid redundant done callbacks of the future while repeatedly calling spin_until_future_complete (`#1374 <https://github.com/ros2/rclpy/issues/1374>`_)
* Clean qos zenoh tests (`#1369 <https://github.com/ros2/rclpy/issues/1369>`_)
* adjust warn message that requested goal is already expired. (`#1363 <https://github.com/ros2/rclpy/issues/1363>`_)
* Adds types to Lifecycle Objects (`#1338 <https://github.com/ros2/rclpy/issues/1338>`_)
* Remove python_cmake_module use (`#1220 <https://github.com/ros2/rclpy/issues/1220>`_)
* Contributors: Alejandro Hernández Cordero, Barry Xu, Chris Lalancette, Michael Carlstrom, Tomoya Fujita

7.6.0 (2024-10-03)
------------------
* TestClient.test_service_timestamps failing consistently. (`#1364 <https://github.com/ros2/rclpy/issues/1364>`_)
Expand Down

0 comments on commit 3713057

Please sign in to comment.