Update python/ql/lib/change-notes/released/3.1.0.md

This commit is contained in:
Dave Bartolomeo
2025-01-07 15:58:28 -05:00
committed by GitHub
parent 45c00d6880
commit 4c53caf021

View File

@@ -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