From a010a020fd7db01a660740de852efe45baf70970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 20 Jan 2026 09:03:30 -0800 Subject: [PATCH] add changelog fo 3504 --- changelog/3504.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3504.fixed.md diff --git a/changelog/3504.fixed.md b/changelog/3504.fixed.md new file mode 100644 index 000000000..2d675547a --- /dev/null +++ b/changelog/3504.fixed.md @@ -0,0 +1 @@ +- Moved `NVIDIATTSService` and `NVIDIASTTService` client initialization from constructor to `start()` for better error handling.