Add change note

This commit is contained in:
Chris Smowton
2021-06-23 16:09:29 +01:00
parent 74feaf2893
commit 9c91d1a965

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Static inner classes and static methods' enclosing and declaring types are now unbound rather than raw types. This means that, for example, Map.Entry's name is now `Map$Entry` not `Map<>$Entry` as before. This may impact custom queries that explicitly named these types.