We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7079b3 commit 66b03dbCopy full SHA for 66b03db
1 file changed
ruby/ql/lib/change-notes/released/0.5.5.md
@@ -16,8 +16,8 @@
16
### Minor Analysis Improvements
17
18
* 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.
+* The Active Record query methods `reorder` and `count_by_sql` are now recognized as SQL executions.
+* Calls to `ActiveRecord::Connection#execute`, including those via subclasses, are now recognized as SQL executions.
21
* Data flow through `ActionController::Parameters#require` is now tracked properly.
22
* The severity of parse errors was reduced to warning (previously error).
23
* Deleted the deprecated `getQualifiedName` predicate from the `ConstantWriteAccess` class.
0 commit comments