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 Jul 29, 2024
1 parent 573d9c8 commit 30d25ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rclpy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package rclpy
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add types to task.py (`#1254 <https://github.com/ros2/rclpy/issues/1254>`_)
* Fix a bad bug in fetching the lifecycle transitions. (`#1321 <https://github.com/ros2/rclpy/issues/1321>`_)
* Fix a bug when using multiple rclpy.init context managers. (`#1314 <https://github.com/ros2/rclpy/issues/1314>`_)
* Executor executes the tasks in FIFO order. (`#1304 <https://github.com/ros2/rclpy/issues/1304>`_)
* Contributors: Chris Lalancette, Michael Carlstrom, Tomoya Fujita

7.4.0 (2024-06-25)
------------------
* Add top-level try_shutdown method. (`#1302 <https://github.com/ros2/rclpy/issues/1302>`_)
Expand Down

0 comments on commit 30d25ee

Please sign in to comment.