Skip to content

Commit e9d3cc0

Browse files
committed
Changelog.
Signed-off-by: Chris Lalancette <[email protected]>
1 parent 88661c2 commit e9d3cc0

File tree

8 files changed

+44
-0
lines changed

8 files changed

+44
-0
lines changed

rviz2/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rviz2
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
8.3.1 (2021-01-25)
69
------------------
710
* Use "%s" as format string literal in logging macros (`#633 <https://github.com/ros2/rviz/issues/633>`_)

rviz_assimp_vendor/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rviz_assimp_vendor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Always preserve source permissions in vendor packages (`#647 <https://github.com/ros2/rviz/issues/647>`_)
8+
* Add an override flag to force vendored build (`#642 <https://github.com/ros2/rviz/issues/642>`_)
9+
* Contributors: Scott K Logan
10+
511
8.3.1 (2021-01-25)
612
------------------
713

rviz_common/CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package rviz_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Add ViewPicker::get3DPatch to the public API (`#657 <https://github.com/ros2/rviz/issues/657>`_)
8+
* Fix byte indexing for depth patch pixels (`#661 <https://github.com/ros2/rviz/issues/661>`_)
9+
* fix toolbar vanishing when pressing escape (`#656 <https://github.com/ros2/rviz/issues/656>`_)
10+
* Expose VisualizationManager and YamlConfigReader to the public API (`#649 <https://github.com/ros2/rviz/issues/649>`_)
11+
* Use the stack for the classes in the property test. (`#644 <https://github.com/ros2/rviz/issues/644>`_)
12+
* Contributors: Chris Lalancette, Joseph Schornak, ipa-fez
13+
514
8.3.1 (2021-01-25)
615
------------------
716
* Check that the views_man\_ and views_man\_->getCurrent() are not nullptr. (`#634 <https://github.com/ros2/rviz/issues/634>`_)

rviz_default_plugins/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rviz_default_plugins
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Add ViewPicker::get3DPatch to the public API (`#657 <https://github.com/ros2/rviz/issues/657>`_)
8+
* Allow to zoom more with orbit controller (`#654 <https://github.com/ros2/rviz/issues/654>`_)
9+
* Contributors: Joseph Schornak, Victor Lamoine
10+
511
8.3.1 (2021-01-25)
612
------------------
713
* Fix possible nullptr access in robot_joint.cpp. (`#636 <https://github.com/ros2/rviz/issues/636>`_)

rviz_ogre_vendor/CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rviz_ogre_vendor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Always preserve source permissions in vendor packages (`#647 <https://github.com/ros2/rviz/issues/647>`_)
8+
* Contributors: Scott K Logan
9+
510
8.3.1 (2021-01-25)
611
------------------
712

rviz_rendering/CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package rviz_rendering
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* reset current line width when calculating text width (`#655 <https://github.com/ros2/rviz/issues/655>`_)
8+
* Silence a dead store warning. (`#643 <https://github.com/ros2/rviz/issues/643>`_)
9+
* Fix a memory leak when using the ResourceIOSystem. (`#641 <https://github.com/ros2/rviz/issues/641>`_)
10+
* Contributors: Chris Lalancette, ipa-fez
11+
512
8.3.1 (2021-01-25)
613
------------------
714
* Revert "Support loading meshes other than .mesh and .stl with package URIs (`#610 <https://github.com/ros2/rviz/issues/610>`_)" (`#638 <https://github.com/ros2/rviz/issues/638>`_)

rviz_rendering_tests/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rviz_rendering_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
8.3.1 (2021-01-25)
69
------------------
710

rviz_visual_testing_framework/CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rviz_visual_testing_framework
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Quiet a clang warning about a Qt memory leak. (`#651 <https://github.com/ros2/rviz/issues/651>`_)
8+
* Contributors: Chris Lalancette
9+
510
8.3.1 (2021-01-25)
611
------------------
712

0 commit comments

Comments
 (0)