Skip to content

Commit e7079b3

Browse files
authored
Apply suggestions from code review
1 parent fe4d27e commit e7079b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

csharp/ql/lib/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Deleted the deprecated `getPath` and `getFolder` predicates from the `XmlFile` class.
1919
* Deleted the deprecated `getAssertionIndex`, and `getAssertedParameter` predicates from the `AssertMethod` class.
2020
* Deleted the deprecated `OverridableMethod` and `OverridableAccessor` classes.
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.
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.
2222

2323
## 0.5.4
2424

csharp/ql/lib/change-notes/released/0.5.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
* Deleted the deprecated `getPath` and `getFolder` predicates from the `XmlFile` class.
1919
* Deleted the deprecated `getAssertionIndex`, and `getAssertedParameter` predicates from the `AssertMethod` class.
2020
* Deleted the deprecated `OverridableMethod` and `OverridableAccessor` classes.
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.
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.

ruby/ql/lib/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
### Minor Analysis Improvements
1717

1818
* Data flow through `initialize` methods is now taken into account also when the receiver of a `new` call is an (implicit or explicit) `self`.
19-
* The Active Record query methods `reorder` and `count_by_sql` are now recognised as SQL executions.
20-
* Calls to `ActiveRecord::Connection#execute`, including those via subclasses, are now recognised as SQL executions.
19+
* The Active Record query methods `reorder` and `count_by_sql` are now recognized as SQL executions.
20+
* Calls to `ActiveRecord::Connection#execute`, including those via subclasses, are now recognized as SQL executions.
2121
* Data flow through `ActionController::Parameters#require` is now tracked properly.
2222
* The severity of parse errors was reduced to warning (previously error).
2323
* Deleted the deprecated `getQualifiedName` predicate from the `ConstantWriteAccess` class.

0 commit comments

Comments
 (0)