C#: Add change note

This commit is contained in:
Tom Hvitved
2020-12-17 15:35:14 +01:00
parent fe559c190e
commit 7a132149a2

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* For string formatting methods, such as `System.Console.WriteLine(string format, params object[] arg)`, we now also recognize overloads without insertion parameters as string formatting methods. For example, `System.Console.WriteLine(string value)` is now also a member of the class `FormatMethod` in `frameworks/Format.qll`.