diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3f28f6c..3c4e150 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog for package teleop_twist_joy ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2.6.2 (2024-09-06) +------------------ +* Update the launch file to work with modern joy. (`#52 `_) + It should use "device_id" (not "dev") as the parameter, + and the parameter should be a number, not a path (this is + effectively the SDL device number, which is cross-platform). +* Contributors: Chris Lalancette + 2.6.1 (2024-06-17) ------------------ * Added Github action (`#48 `_)