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 Jun 17, 2024
1 parent 0926b34 commit a76dd1e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions rclpy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog for package rclpy
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Docstring specifying proper destruction and creation of Rate, Timer and GuardCondition (`#1286 <https://github.com/ros2/rclpy/issues/1286>`_)
* Make timers context-aware. (`#1296 <https://github.com/ros2/rclpy/issues/1296>`_)
* Make service lients context-aware. (`#1295 <https://github.com/ros2/rclpy/issues/1295>`_)
* Make service servers context-manager aware. (`#1294 <https://github.com/ros2/rclpy/issues/1294>`_)
* Make nodes context-manager aware. (`#1293 <https://github.com/ros2/rclpy/issues/1293>`_)
* Make subscriptions context-manager aware. (`#1291 <https://github.com/ros2/rclpy/issues/1291>`_)
* Make publishers context-manager aware. (`#1289 <https://github.com/ros2/rclpy/issues/1289>`_)
* (NumberOfEntities) improve performance (`#1285 <https://github.com/ros2/rclpy/issues/1285>`_)
* Using Generics for messages (`#1239 <https://github.com/ros2/rclpy/issues/1239>`_)
* Contributors: Chris Lalancette, Elian NEPPEL, Matthijs van der Burgh, Michael Carlstrom

7.2.0 (2024-04-26)
------------------

Expand Down

0 comments on commit a76dd1e

Please sign in to comment.