Skip to content

Commit

Permalink
Update python/ql/lib/change-notes/released/3.1.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartol authored Jan 7, 2025
1 parent 45c00d6 commit 4c53caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ql/lib/change-notes/released/3.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### New Features

- Added support for parameter annotations in API graphs. This means that in a function definition such as `def foo(x: Bar): ...`, you can now use the `getInstanceFromAnnotation()` method to step from `Bar` to `x`. In addition to this, the `getAnInstance` method now also includes instances arising from parameter annotations.
* Added support for parameter annotations in API graphs. This means that in a function definition such as `def foo(x: Bar): ...`, you can now use the `getInstanceFromAnnotation()` method to step from `Bar` to `x`. In addition to this, the `getAnInstance` method now also includes instances arising from parameter annotations.

### Minor Analysis Improvements

Expand Down

0 comments on commit 4c53caf

Please sign in to comment.