diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a9be24..6e84c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ options. The project adheres to semantic versioning. * Fix unannotated fallthrough. * Fix sign conversion with Unicode output. * Don't initialize regex in static initialiser. +* Fix incorrect integer overflow checks. ### Added