JS: add change notes

This commit is contained in:
Napalys Klicius
2025-06-12 15:23:31 +02:00
parent 885e8369aa
commit 10d10286f7
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +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.

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `js/loop-iteration-skipped-due-to-shifting` query has been updated with `reliability` tag.