diff --git a/go/ql/lib/change-notes/2024-09-03-tags-and-interface-ids.md b/go/ql/lib/change-notes/2024-09-03-tags-and-interface-ids.md new file mode 100644 index 0000000000000..2baa8cd6da2cb --- /dev/null +++ b/go/ql/lib/change-notes/2024-09-03-tags-and-interface-ids.md @@ -0,0 +1,5 @@ +--- +category: minorAnalysis +--- +* Added methods `StructTag.hasOwnFieldWithTag` and `Field.getTag`, which enable CodeQL queries to examine struct field tags. +* Added method `InterfaceType.getMethodTypeById`, which enables CodeQL queries to distinguish interfaces with matching non-exported method names that are declared in different packages, and are therefore incompatible.