Add change note

This commit is contained in:
Owen Mansel-Chan
2020-08-05 14:32:59 +01:00
parent 06d1eb9bdb
commit 681ca9065a

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Query "Incorrect integer conversion" (`go/incorrect-integer-conversion`) is promoted from experimental status. This checks for parsing a string to an integer and then assigning it to an integer type of a smaller bit size.