diff --git a/javascript/ql/src/change-notes/2025-06-12-loop-iteration-fix.md b/javascript/ql/src/change-notes/2025-06-12-loop-iteration-fix.md index c34e91360af..2716069fb71 100644 --- a/javascript/ql/src/change-notes/2025-06-12-loop-iteration-fix.md +++ b/javascript/ql/src/change-notes/2025-06-12-loop-iteration-fix.md @@ -1,4 +1,4 @@ --- category: minorAnalysis --- -* Fixed false positives in the `js/loop-iteration-skipped-due-to-shifting` query when `splice` is used as a condition that adjusts the loop counter. +* Fixed false positives in the `js/loop-iteration-skipped-due-to-shifting` query when the return value of `splice` is used to decide whether to adjust the loop counter.