Skip to content

Commit 6d25fb6

Browse files
committed
Python: add change note
1 parent 4c73ab2 commit 6d25fb6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
category: library
3+
---
4+
5+
* The documentation of API graphs (the `API` module) has been expanded, and some of the members predicates of `API::Node`
6+
have been renamed as follows:
7+
- `getAnImmediateUse` -> `asSource`
8+
- `getARhs` -> `asSink`
9+
- `getAUse` -> `getAValueReachableFromSource`
10+
- `getAValueReachingRhs` -> `getAValueReachingSink`

0 commit comments

Comments
 (0)