Skip to content

Commit 1b7222c

Browse files
committed
Update changelog date format and ensure JSON file ends with a newline
1 parent 6111f61 commit 1b7222c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

turtlebot3_dqn/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog for package turtlebot3_dqn
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
1.0.2 (2026-1-6)
5+
1.0.2 (2026-01-06)
66
------------------
77
* Fixed a bug in the JSON file where the step parameter was incorrectly named; renamed it to step_counter.
88
* Changed the system arguments to be passed as ROS parameters for execution.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"epsilon": 0.05000073888272134, "step_counter": 84401, "trained_episodes": 800}
1+
{"epsilon": 0.05000073888272134, "step_counter": 84401, "trained_episodes": 800}

turtlebot3_machine_learning/CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog for package turtlebot3_machine_learning
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
1.0.2 (2026-1-6)
5+
1.0.2 (2026-01-06)
66
------------------
77
* Fixed a bug in the JSON file where the step parameter was incorrectly named; renamed it to step_counter.
88
* Changed the system arguments to be passed as ROS parameters for execution.

0 commit comments

Comments
 (0)