Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Jul 14, 2019
1 parent 9037181 commit 99e3f73
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 0 deletions.
5 changes: 5 additions & 0 deletions can_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package can_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Set C++ standard to c++14
* Contributors: Harsh Deshpande

0.8.0 (2018-07-11)
------------------

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

Forthcoming
-----------
* Set C++ standard to c++14
* Contributors: Harsh Deshpande

0.8.0 (2018-07-11)
------------------
* handle invalid supported drive modes object
Expand Down
7 changes: 7 additions & 0 deletions canopen_chain_node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package canopen_chain_node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Set C++ standard to c++14
* implemented create\*ListenerM helpers
* Replacing FastDelegate with std::function and std::bind.
* Contributors: Alexander Gutenkunst, Harsh Deshpande, Joshua Whitley, Mathias Lüdtke

0.8.0 (2018-07-11)
------------------
* migrated to std::function and std::bind
Expand Down
8 changes: 8 additions & 0 deletions canopen_master/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package canopen_master
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Set C++ standard to c++14
* added Delegate helpers for backwards compatibility
* implemented create\*ListenerM helpers
* Replacing FastDelegate with std::function and std::bind.
* Contributors: Harsh Deshpande, Joshua Whitley, Mathias Lüdtke

0.8.0 (2018-07-11)
------------------
* migrated to std::function and std::bind
Expand Down
6 changes: 6 additions & 0 deletions canopen_motor_node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package canopen_motor_node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Set C++ standard to c++14
* inherit LimitsHandle from LimitsHandleBase
* Contributors: Harsh Deshpande, Mathias Lüdtke

0.8.0 (2018-07-11)
------------------
* migrated to std::function and std::bind
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.0 (2018-07-11)
------------------

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

Forthcoming
-----------
* Added configurable queue sizes
* Set C++ standard to c++14
* implemented create\*ListenerM helpers
* Replacing FastDelegate with std::function and std::bind.
* Contributors: Harsh Deshpande, JeremyZoss, Joshua Whitley, Mathias Lüdtke, rchristopher

0.8.0 (2018-07-11)
------------------
* keep NodeHandle alive in socketcan_bridge tests
Expand Down
10 changes: 10 additions & 0 deletions socketcan_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package socketcan_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Set C++ standard to c++14
* implemented test for dispatcher
* Replacing typedefs in socketcan_interface with using aliases.
* added Delegate helpers for backwards compatibility
* implemented create\*ListenerM helpers
* Replacing FastDelegate with std::function and std::bind.
* Contributors: Harsh Deshpande, Joshua Whitley, Mathias Lüdtke, pzzlr

0.8.0 (2018-07-11)
------------------
* migrated to std::function and std::bind
Expand Down

0 comments on commit 99e3f73

Please sign in to comment.