Skip to content

Commit 532ca17

Browse files
committed
C#/Ruby/Swift: Add change note for deprecated basic block methods
1 parent 7c57962 commit 532ca17

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: deprecated
3+
---
4+
* The predicates `immediatelyControls` and `controls` on the `ConditionBlock`
5+
class has been deprecated in favor of the newly added `dominatingEdge`
6+
predicate.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: deprecated
3+
---
4+
* The predicates `immediatelyControls` and `controls` on the `ConditionBlock`
5+
class has been deprecated in favor of the newly added `dominatingEdge`
6+
predicate.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: deprecated
3+
---
4+
* The predicates `immediatelyControls` and `controls` on the `ConditionBlock`
5+
class has been deprecated in favor of the newly added `dominatingEdge`
6+
predicate.

0 commit comments

Comments
 (0)