Skip to content

Commit

Permalink
Change note
Browse files Browse the repository at this point in the history
  • Loading branch information
smowton committed Sep 3, 2024
1 parent 138473d commit 47418c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go/ql/lib/change-notes/2024-09-03-tags-and-interface-ids.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 47418c1

Please sign in to comment.