Add changenote

This commit is contained in:
Joe Farebrother
2024-09-20 15:19:54 +01:00
parent 81e99bf1bb
commit 7aa2816570

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The common sanitizer guard `StringConstCompareBarrier` has been renamed to `ConstCompareBarrier` and expanded to cover comparisons with other constant values such as `None`. This may result in fewer false positive results for several queries.