From d103825d841d74070b49fb30b28f2598704ba0f5 Mon Sep 17 00:00:00 2001 From: Daniel Banck Date: Thu, 5 Feb 2026 16:05:27 +0100 Subject: [PATCH] Move changelog file to avoid duplicate entry This PR moves the changelog file for the fix in #38025 into the 1.14 directory. Since it was backported we would otherwise end up with two changelog entries. One in 1.14.x and one in 1.15.x --- .changes/{v1.15 => v1.14}/BUG FIXES-20260116-101253.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .changes/{v1.15 => v1.14}/BUG FIXES-20260116-101253.yaml (100%) diff --git a/.changes/v1.15/BUG FIXES-20260116-101253.yaml b/.changes/v1.14/BUG FIXES-20260116-101253.yaml similarity index 100% rename from .changes/v1.15/BUG FIXES-20260116-101253.yaml rename to .changes/v1.14/BUG FIXES-20260116-101253.yaml