From a7e154fbe4e1f3dec4fc051e24af2d6188d979bd Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Thu, 29 Jun 2023 12:30:59 -0400 Subject: [PATCH] changelog: note job_queue bugfix Signed-off-by: Eric Callahan --- docs/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index c10c0db..f51cf8e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -26,6 +26,9 @@ The format is based on [Keep a Changelog]. - **job_queue**: Fixed transition wihen auto is disabled - **history**: Added modification time to file existance checks. - **dbus_manager**: Fixed PolKit warning when PolKit features are not used. +- **job_queue**: Fixed a bug where the `job_transition_gcode` runs when the + queue is started. It will now only run between jobs during automatic + transition. ### Changed