You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csharp/ql/lib/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
* Deleted the deprecated `getPath` and `getFolder` predicates from the `XmlFile` class.
19
19
* Deleted the deprecated `getAssertionIndex`, and `getAssertedParameter` predicates from the `AssertMethod` class.
20
20
* Deleted the deprecated `OverridableMethod` and `OverridableAccessor` classes.
21
-
* The `unsafe` predicate for `Modifiable` has been extended to cover delegate return types and identify pointerlike types at any nest level. This is relevant for `unsafe` declarations extracted from assemblies.
21
+
* The `unsafe` predicate for `Modifiable` has been extended to cover delegate return types and identify pointer-like types at any nest level. This is relevant for `unsafe` declarations extracted from assemblies.
Copy file name to clipboardExpand all lines: csharp/ql/lib/change-notes/released/0.5.5.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@
18
18
* Deleted the deprecated `getPath` and `getFolder` predicates from the `XmlFile` class.
19
19
* Deleted the deprecated `getAssertionIndex`, and `getAssertedParameter` predicates from the `AssertMethod` class.
20
20
* Deleted the deprecated `OverridableMethod` and `OverridableAccessor` classes.
21
-
* The `unsafe` predicate for `Modifiable` has been extended to cover delegate return types and identify pointerlike types at any nest level. This is relevant for `unsafe` declarations extracted from assemblies.
21
+
* The `unsafe` predicate for `Modifiable` has been extended to cover delegate return types and identify pointer-like types at any nest level. This is relevant for `unsafe` declarations extracted from assemblies.
0 commit comments