Add change note

This commit is contained in:
Owen Mansel-Chan
2023-12-17 06:28:35 +00:00
parent e45e92eaa7
commit 5a2c48f37f

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* There was a bug which meant that upper bound checks using a strict inequality (`<`) and comparing against `math.MaxInt` or `math.MaxUint` were not considered correctly, which led to false positives. This has now been fixed.