Skip to content

Commit

Permalink
updated changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Nov 4, 2019
1 parent 6709676 commit a4b3e90
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 0 deletions.
3 changes: 3 additions & 0 deletions can_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package can_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.8.1 (2019-07-14)
------------------
* Set C++ standard to c++14
Expand Down
6 changes: 6 additions & 0 deletions canopen_402/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package canopen_402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* enable rosconsole_bridge bindings
* switch to new logging macros
* Contributors: Mathias Lüdtke

0.8.1 (2019-07-14)
------------------
* Set C++ standard to c++14
Expand Down
8 changes: 8 additions & 0 deletions canopen_chain_node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package canopen_chain_node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* rename to logWarning to fix build on Debian stretch
* log the result of all services in RosChain
* enable rosconsole_bridge bindings
* switch to new logging macros
* Contributors: Mathias Lüdtke

0.8.1 (2019-07-14)
------------------
* Set C++ standard to c++14
Expand Down
10 changes: 10 additions & 0 deletions canopen_master/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package canopen_master
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* implemented LayerStatus::equals<>()
* added support for SYNC counter in SimpleSyncLayer (`#349 <https://github.com/ipa-mdl/ros_canopen/issues/349>`_)
* enable rosconsole_bridge bindings
* switch to new logging macros
* add logging based on console_bridge
* removed implicit Header operator
* Contributors: Mathias Lüdtke

0.8.1 (2019-07-14)
------------------
* Set C++ standard to c++14
Expand Down
3 changes: 3 additions & 0 deletions canopen_motor_node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package canopen_motor_node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.8.1 (2019-07-14)
------------------
* Set C++ standard to c++14
Expand Down
3 changes: 3 additions & 0 deletions ros_canopen/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros_canopen
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

0.8.1 (2019-07-14)
------------------

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

Forthcoming
-----------
* fix roslint errors in socketcan_bridge
* run roslint as part of run_tests
* enable rosconsole_bridge bindings
* Contributors: Mathias Lüdtke

0.8.1 (2019-07-14)
------------------
* Added configurable queue sizes
Expand Down
11 changes: 11 additions & 0 deletions socketcan_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog for package socketcan_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* enable rosconsole_bridge bindings
* switch to new logging macros
* add logging based on console_bridge
* handle extended frame strings like candump
* implement Frame::fullid()
* removed implicit Header operator
* move stream operators into can namespace
* Contributors: Mathias Lüdtke

0.8.1 (2019-07-14)
------------------
* Set C++ standard to c++14
Expand Down

0 comments on commit a4b3e90

Please sign in to comment.