Skip to content

Commit

Permalink
Remove instead word in description of the #1010 in changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
  • Loading branch information
MichaelOrlov committed Aug 2, 2022
1 parent 5982e90 commit 4d1677d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rosbag2_compression/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog for package rosbag2_compression
-------------------
* Speed optimization: Preparing copyless publish/subscribing by using const message for writing (`#1010 <https://github.com/ros2/rosbag2/issues/1010>`_)
* Update compression to make copy instead of in-place operation
* Get rid of extra data copying operation on playback via moving data instead to publisher
* Get rid of extra data copying operation on playback via moving data to publisher

* Add the ability to record any key/value pair in 'custom' field in metadata.yaml (`#1038 <https://github.com/ros2/rosbag2/issues/1038>`_)
* Contributors: DensoADAS, Hunter L. Allen, Joshua Hampp, Michael Orlov, Tony Peng
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_compression_zstd/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog for package rosbag2_compression_zstd
-------------------
* Speed optimization: Preparing copyless publish/subscribing by using const message for writing (`#1010 <https://github.com/ros2/rosbag2/issues/1010>`_)
* Update compression to make copy instead of in-place operation
* Get rid of extra data copying operation on playback via moving data instead to publisher
* Get rid of extra data copying operation on playback via moving data to publisher
* Contributors: DensoADAS, Joshua Hampp

0.16.0 (2022-05-11)
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog for package rosbag2
-------------------
* Speed optimization: Preparing copyless publish/subscribing by using const message for writing (`#1010 <https://github.com/ros2/rosbag2/issues/1010>`_)
* Update compression to make copy instead of in-place operation
* Get rid of extra data copying operation on playback via moving data instead to publisher
* Get rid of extra data copying operation on playback via moving data to publisher
* Add the ability to record any key/value pair in 'custom' field in metadata.yaml (`#1038 <https://github.com/ros2/rosbag2/issues/1038>`_)
* Notification of significant events during bag recording and playback (`#908 <https://github.com/ros2/rosbag2/issues/908>`_)
* Bugfix for "Playing the bags recorded with split by duration/size is playing only the last
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_storage/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog for package rosbag2_storage
-------------------
* Speed optimization: Preparing copyless publish/subscribing by using const message for writing (`#1010 <https://github.com/ros2/rosbag2/issues/1010>`_)
* Update compression to make copy instead of in-place operation
* Get rid of extra data copying operation on playback via moving data instead to publisher
* Get rid of extra data copying operation on playback via moving data to publisher
* Renamed --topics-regex to --regex and -e in Player class to be consistent with Recorder (`#1045 <https://github.com/ros2/rosbag2/issues/1045>`_)
* Add the ability to record any key/value pair in 'custom' field in metadata.yaml (`#1038 <https://github.com/ros2/rosbag2/issues/1038>`_)
* Added support for filtering topics via regular expressions on Playback (`#1034 <https://github.com/ros2/rosbag2/issues/1034>`_)
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_transport/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Changelog for package rosbag2_transport
substantially reduce the overhead of having sim time enabled in rosbag2.
* Speed optimization: Preparing copyless publish/subscribing by using const message for writing (`#1010 <https://github.com/ros2/rosbag2/issues/1010>`_)
* Update compression to make copy instead of in-place operation
* Get rid of extra data copying operation on playback via moving data instead to publisher
* Get rid of extra data copying operation on playback via moving data to publisher
* Renamed --topics-regex to --regex and -e in Player class to be consistent with Recorder (`#1045 <https://github.com/ros2/rosbag2/issues/1045>`_)
* Refactor play until and duration tests (`#1024 <https://github.com/ros2/rosbag2/issues/1024>`_)
* Added support for filtering topics via regular expressions on Playback (`#1034 <https://github.com/ros2/rosbag2/issues/1034>`_)
Expand Down

0 comments on commit 4d1677d

Please sign in to comment.