Skip to content

Commit 4264201

Browse files
committed
Changelog.
Signed-off-by: Marco A. Gutierrez <[email protected]>
1 parent 34cfd2f commit 4264201

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

rclpy/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Allow specifying qos (`#1225 <https://github.com/ros2/rclpy/issues/1225>`_)
8+
* update RCL_RET_TIMEOUT error handling with action service response. (`#1258 <https://github.com/ros2/rclpy/issues/1258>`_)
9+
* Add types to time_source.py (`#1259 <https://github.com/ros2/rclpy/issues/1259>`_)
10+
* Small fixes for modern flake8. (`#1264 <https://github.com/ros2/rclpy/issues/1264>`_)
11+
* Add types to qos_overriding_options.py (`#1248 <https://github.com/ros2/rclpy/issues/1248>`_)
12+
* Add types to context.py (`#1240 <https://github.com/ros2/rclpy/issues/1240>`_)
13+
* Add back Type hash __slots_\_ and add test cases. (`#1245 <https://github.com/ros2/rclpy/issues/1245>`_)
14+
* Revert "Add types to TypeHash and moved away from __slots_\_ usage (`#1232 <https://github.com/ros2/rclpy/issues/1232>`_)" (`#1243 <https://github.com/ros2/rclpy/issues/1243>`_)
15+
* Time.py Types (`#1237 <https://github.com/ros2/rclpy/issues/1237>`_)
16+
* Add types to TypeHash and moved away from __slots_\_ usage (`#1232 <https://github.com/ros2/rclpy/issues/1232>`_)
17+
* Add Static Typing to Validate files (`#1230 <https://github.com/ros2/rclpy/issues/1230>`_)
18+
* Add types to duration.py (`#1233 <https://github.com/ros2/rclpy/issues/1233>`_)
19+
* added python3-yaml (`#1242 <https://github.com/ros2/rclpy/issues/1242>`_)
20+
* Add types to exceptions.py (`#1241 <https://github.com/ros2/rclpy/issues/1241>`_)
21+
* Add types (`#1231 <https://github.com/ros2/rclpy/issues/1231>`_)
22+
* Creates Enum wrapper for ClockType and ClockChange (`#1235 <https://github.com/ros2/rclpy/issues/1235>`_)
23+
* Add types to expand_topic_name (`#1238 <https://github.com/ros2/rclpy/issues/1238>`_)
24+
* Add types to logging_service.py (`#1227 <https://github.com/ros2/rclpy/issues/1227>`_)
25+
* Add types to logging.py (`#1226 <https://github.com/ros2/rclpy/issues/1226>`_)
26+
* forbid parameter to be declared statically without initialization. (`#1216 <https://github.com/ros2/rclpy/issues/1216>`_)
27+
* Contributors: Chris Lalancette, Michael Carlstrom, SnIcK, Tim Clephas, Tomoya Fujita
28+
529
7.0.1 (2024-02-07)
630
------------------
731
* Remove parentheses from assert statements. (`#1213 <https://github.com/ros2/rclpy/issues/1213>`_)

0 commit comments

Comments
 (0)