Skip to content

Commit 66b03db

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

File tree

1 file changed

+2
-2
lines changed
  • ruby/ql/lib/change-notes/released

1 file changed

+2
-2
lines changed

ruby/ql/lib/change-notes/released/0.5.5.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)