Skip to content

Commit aa423d3

Browse files
committed
Update changelog
1 parent efef248 commit aa423d3

File tree

7 files changed

+41
-0
lines changed

7 files changed

+41
-0
lines changed

example/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Add `try_update_params` method (`#260 <https://github.com/PickNikRobotics/generate_parameter_library/issues/260>`_)
8+
* Add user callback (`#250 <https://github.com/PickNikRobotics/generate_parameter_library/issues/250>`_)
9+
* Contributors: Nathan Brooks, Sai Kishor Kothakota, Yannick de Hoop
10+
511
0.4.0 (2025-01-13)
612
------------------
713
* Change header install path (`#213 <https://github.com/PickNikRobotics/generate_parameter_library/issues/213>`_)

example_cmake_python/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Add user callback python (`#254 <https://github.com/PickNikRobotics/generate_parameter_library/issues/254>`_)
8+
* Contributors: Nathan Brooks, Yannick de Hoop
9+
510
0.4.0 (2025-01-13)
611
------------------
712

example_external/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Add some new maintainers for ROS releases (`#263 <https://github.com/PickNikRobotics/generate_parameter_library/issues/263>`_)
8+
* Contributors: Nathan Brooks
9+
510
0.4.0 (2025-01-13)
611
------------------
712
* Change header install path (`#213 <https://github.com/PickNikRobotics/generate_parameter_library/issues/213>`_)

example_python/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Add some new maintainers for ROS releases (`#263 <https://github.com/PickNikRobotics/generate_parameter_library/issues/263>`_)
8+
* Contributors: Nathan Brooks
9+
510
0.4.0 (2025-01-13)
611
------------------
712
* Unit test friendly folder structure for Python examples (`#237 <https://github.com/PickNikRobotics/generate_parameter_library/issues/237>`_)

generate_parameter_library/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Fix generate_parameter_library macro on Windows (`#242 <https://github.com/PickNikRobotics/generate_parameter_library/issues/242>`_)
8+
* Contributors: Nathan Brooks, Silvio Traversaro
9+
510
0.4.0 (2025-01-13)
611
------------------
712
* Change header install path (`#213 <https://github.com/PickNikRobotics/generate_parameter_library/issues/213>`_)

generate_parameter_library_py/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Add `try_update_params` method (`#260 <https://github.com/PickNikRobotics/generate_parameter_library/issues/260>`_)
8+
* Fix ros2_controllers issue`#1740 <https://github.com/PickNikRobotics/generate_parameter_library/issues/1740>`_ -Wreorder fix (`#264 <https://github.com/PickNikRobotics/generate_parameter_library/issues/264>`_)
9+
* No need to default-construct logger in the declaration (`#252 <https://github.com/PickNikRobotics/generate_parameter_library/issues/252>`_)
10+
* Add user callback python (`#254 <https://github.com/PickNikRobotics/generate_parameter_library/issues/254>`_)
11+
* Add user callback (`#250 <https://github.com/PickNikRobotics/generate_parameter_library/issues/250>`_)
12+
* Fix merge install for python packages (`#241 <https://github.com/PickNikRobotics/generate_parameter_library/issues/241>`_)
13+
* Contributors: Darren Tsai, Dimitri Decious, Nathan Brooks, Sai Kishor Kothakota, Tim Clephas, Yannick de Hoop
14+
515
0.4.0 (2025-01-13)
616
------------------
717
* Unit test friendly folder structure for Python examples (`#237 <https://github.com/PickNikRobotics/generate_parameter_library/issues/237>`_)

parameter_traits/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Add some new maintainers for ROS releases (`#263 <https://github.com/PickNikRobotics/generate_parameter_library/issues/263>`_)
8+
* Contributors: Nathan Brooks
9+
510
0.4.0 (2025-01-13)
611
------------------
712

0 commit comments

Comments
 (0)