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 Dec 26, 2023
1 parent a4f4de9 commit 221e306
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rviz2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rviz2
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add "R" key as shortcut for resetTime (`#1088 <https://github.com/ros2/rviz/issues/1088>`_)
* Switch to target_link_libraries. (`#1098 <https://github.com/ros2/rviz/issues/1098>`_)
* Contributors: Chris Lalancette, Paul Erik Frivold

13.2.0 (2023-11-06)
-------------------

Expand Down
3 changes: 3 additions & 0 deletions rviz_assimp_vendor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rviz_assimp_vendor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

13.2.0 (2023-11-06)
-------------------

Expand Down
11 changes: 11 additions & 0 deletions rviz_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog for package rviz_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Implement reset time service (`#1109 <https://github.com/ros2/rviz/issues/1109>`_)
* Add "R" key as shortcut for resetTime (`#1088 <https://github.com/ros2/rviz/issues/1088>`_)
* Add fullscreen startup option (`#1097 <https://github.com/ros2/rviz/issues/1097>`_)
* Switch to target_link_libraries. (`#1098 <https://github.com/ros2/rviz/issues/1098>`_)
* Initialize more of the visualization_manager members. (`#1090 <https://github.com/ros2/rviz/issues/1090>`_)
* Explicit time conversions and comparisons (`#1087 <https://github.com/ros2/rviz/issues/1087>`_)
* Rolling namespace in title (`#1074 <https://github.com/ros2/rviz/issues/1074>`_)
* Contributors: AiVerisimilitude, Chris Lalancette, Hyunseok, Markus Bader, Paul Erik Frivold

13.2.0 (2023-11-06)
-------------------

Expand Down
9 changes: 9 additions & 0 deletions rviz_default_plugins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package rviz_default_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Fix typo (`#1104 <https://github.com/ros2/rviz/issues/1104>`_)
* Fix potencial leak / seg fault (`#726 <https://github.com/ros2/rviz/issues/726>`_)
* Fixed screw display (`#1093 <https://github.com/ros2/rviz/issues/1093>`_)
* Explicit time conversions and comparisons (`#1087 <https://github.com/ros2/rviz/issues/1087>`_)
* Handle missing effort limit in URDF (`#1084 <https://github.com/ros2/rviz/issues/1084>`_)
* Contributors: AiVerisimilitude, Alejandro Hernández Cordero, Christoph Fröhlich, Patrick Roncagliolo

13.2.0 (2023-11-06)
-------------------
* (robot) fix styling of log msg (`#1080 <https://github.com/ros2/rviz/issues/1080>`_)
Expand Down
5 changes: 5 additions & 0 deletions rviz_ogre_vendor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rviz_ogre_vendor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Suppress a couple more of clang warnings in rviz_ogre_vendor. (`#1102 <https://github.com/ros2/rviz/issues/1102>`_)
* Contributors: Chris Lalancette

13.2.0 (2023-11-06)
-------------------

Expand Down
6 changes: 6 additions & 0 deletions rviz_rendering/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rviz_rendering
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Switch to target_link_libraries. (`#1098 <https://github.com/ros2/rviz/issues/1098>`_)
* Update rviz_rendering and rviz_rendering_tests to C++17. (`#1096 <https://github.com/ros2/rviz/issues/1096>`_)
* Contributors: Chris Lalancette

13.2.0 (2023-11-06)
-------------------
* Include MeshShape class (`#1064 <https://github.com/ros2/rviz/issues/1064>`_)
Expand Down
5 changes: 5 additions & 0 deletions rviz_rendering_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rviz_rendering_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Update rviz_rendering and rviz_rendering_tests to C++17. (`#1096 <https://github.com/ros2/rviz/issues/1096>`_)
* Contributors: Chris Lalancette

13.2.0 (2023-11-06)
-------------------
* Use assimp to load stl (`#1063 <https://github.com/ros2/rviz/issues/1063>`_)
Expand Down
3 changes: 3 additions & 0 deletions rviz_visual_testing_framework/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rviz_visual_testing_framework
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

13.2.0 (2023-11-06)
-------------------

Expand Down

0 comments on commit 221e306

Please sign in to comment.