Skip to content

Commit eeda163

Browse files
committed
Changelog.
Signed-off-by: Chris Lalancette <[email protected]>
1 parent 238eafc commit eeda163

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

rclpy/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package rclpy
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Properly implement action server/client handle cleanup. (`#905 <https://github.com/ros2/rclpy/issues/905>`_)
8+
* Make sure to take out contexts on Action{Client,Server}. (`#904 <https://github.com/ros2/rclpy/issues/904>`_)
9+
* Make sure to free the goal_status_array when done using it. (`#902 <https://github.com/ros2/rclpy/issues/902>`_)
10+
* Bugfix to Node.destroy_rate() result (`#901 <https://github.com/ros2/rclpy/issues/901>`_)
11+
* Remove fastrtps customization on tests (`#895 <https://github.com/ros2/rclpy/issues/895>`_)
12+
* fix typo (`#890 <https://github.com/ros2/rclpy/issues/890>`_)
13+
* Document that Future.result() may return None (`#884 <https://github.com/ros2/rclpy/issues/884>`_)
14+
* update doc release number (`#885 <https://github.com/ros2/rclpy/issues/885>`_)
15+
* Contributors: Anthony, Auguste Lalande, Chris Lalancette, Erki Suurjaak, Jacob Perron, Miguel Company
16+
517
3.2.1 (2022-01-14)
618
------------------
719
* Fix multi-threaded race condition in client.call_async (`#871 <https://github.com/ros2/rclpy/issues/871>`_)

0 commit comments

Comments
 (0)