Skip to content

Commit 4c53caf

Browse files
author
Dave Bartolomeo
authored
Update python/ql/lib/change-notes/released/3.1.0.md
1 parent 45c00d6 commit 4c53caf

File tree

1 file changed

+1
-1
lines changed
  • python/ql/lib/change-notes/released

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### New Features
44

5-
- 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.
5+
* 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.
66

77
### Minor Analysis Improvements
88

0 commit comments

Comments
 (0)