Skip to content

Commit e28a32f

Browse files
committed
Changelog
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
1 parent 092e3ef commit e28a32f

File tree

8 files changed

+43
-0
lines changed

8 files changed

+43
-0
lines changed

rviz2/CHANGELOG.rst

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

5+
12.8.0 (2023-08-27)
6+
-------------------
7+
58
12.7.0 (2023-07-11)
69
-------------------
710

rviz_assimp_vendor/CHANGELOG.rst

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

5+
12.8.0 (2023-08-27)
6+
-------------------
7+
58
12.7.0 (2023-07-11)
69
-------------------
710
* Update to assimp 5.2.2 (`#968 <https://github.com/ros2/rviz/issues/968>`_)

rviz_common/CHANGELOG.rst

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

5+
12.8.0 (2023-08-27)
6+
-------------------
7+
* Remove warning in depth_cloud_mld.cpp (`#1021 <https://github.com/ros2/rviz/issues/1021>`_)
8+
* Added DepthCloud default plugin (`#996 <https://github.com/ros2/rviz/issues/996>`_)
9+
* Stop inheriting from std::iterator. (`#1013 <https://github.com/ros2/rviz/issues/1013>`_)
10+
In C++17, inheriting from std::iterator has been
11+
deprecated: https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/
12+
Here, switch away from inheriting and just define the
13+
interface ourselves (which is the current recommended best practice).
14+
This removes some warnings when building with gcc 13.1.1
15+
* Contributors: Alejandro Hernández Cordero, Chris Lalancette
16+
517
12.7.0 (2023-07-11)
618
-------------------
719
* use static QCoreApplication::processEvents() function without a QApplication instance (`#924 <https://github.com/ros2/rviz/issues/924>`_)

rviz_default_plugins/CHANGELOG.rst

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

5+
12.8.0 (2023-08-27)
6+
-------------------
7+
* Don't pass screw_display.hpp to the moc generator. (`#1018 <https://github.com/ros2/rviz/issues/1018>`_)
8+
Since it isn't a Qt class, you get a warning from moc:
9+
Note: No relevant classes found. No output generated.
10+
Just skip adding it to the moc list here, which gets rid
11+
of the warning.
12+
* Added DepthCloud default plugin (`#996 <https://github.com/ros2/rviz/issues/996>`_)
13+
* Added TwistStamped and AccelStamped default plugins (`#991 <https://github.com/ros2/rviz/issues/991>`_)
14+
* Contributors: Alejandro Hernández Cordero, Chris Lalancette
15+
516
12.7.0 (2023-07-11)
617
-------------------
718
* Added Effort plugin (`#990 <https://github.com/ros2/rviz/issues/990>`_)

rviz_ogre_vendor/CHANGELOG.rst

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

5+
12.8.0 (2023-08-27)
6+
-------------------
7+
58
12.7.0 (2023-07-11)
69
-------------------
710
* Fix the vendoring flags for clang compilation. (`#1003 <https://github.com/ros2/rviz/issues/1003>`_)

rviz_rendering/CHANGELOG.rst

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

5+
12.8.0 (2023-08-27)
6+
-------------------
7+
* Added TwistStamped and AccelStamped default plugins (`#991 <https://github.com/ros2/rviz/issues/991>`_)
8+
* Contributors: Alejandro Hernández Cordero
9+
510
12.7.0 (2023-07-11)
611
-------------------
712
* Added Effort plugin (`#990 <https://github.com/ros2/rviz/issues/990>`_)

rviz_rendering_tests/CHANGELOG.rst

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

5+
12.8.0 (2023-08-27)
6+
-------------------
7+
58
12.7.0 (2023-07-11)
69
-------------------
710

rviz_visual_testing_framework/CHANGELOG.rst

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

5+
12.8.0 (2023-08-27)
6+
-------------------
7+
58
12.7.0 (2023-07-11)
69
-------------------
710
* Improve the compilation time of rviz_default_plugins (`#1007 <https://github.com/ros2/rviz/issues/1007>`_)

0 commit comments

Comments
 (0)