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: docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.20.4.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ Ruby
144
144
* Deleted the deprecated :code:`ModelClass` and :code:`ModelInstance` classes from :code:`ActiveResource.qll`, use :code:`ModelClassNode` and :code:`ModelClassNode.getAnInstanceReference()` instead.
145
145
* Deleted the deprecated :code:`Collection` class from :code:`ActiveResource.qll`, use :code:`CollectionSource` instead.
146
146
* Deleted the deprecated :code:`ServiceInstantiation` and :code:`ClientInstantiation` classes from :code:`Twirp.qll`.
147
-
* Deleted a lot of deprecated dataflow modules from "*Query.qll" files.
147
+
* Deleted a lot of deprecated dataflow modules from ``*Query.qll`` files.
148
148
* Deleted the old deprecated TypeTracking library.
Copy file name to clipboardExpand all lines: ruby/ql/lib/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ No user-facing changes.
48
48
* Deleted the deprecated `ModelClass` and `ModelInstance` classes from `ActiveResource.qll`, use `ModelClassNode` and `ModelClassNode.getAnInstanceReference()` instead.
49
49
* Deleted the deprecated `Collection` class from `ActiveResource.qll`, use `CollectionSource` instead.
50
50
* Deleted the deprecated `ServiceInstantiation` and `ClientInstantiation` classes from `Twirp.qll`.
51
-
* Deleted a lot of deprecated dataflow modules from "*Query.qll" files.
51
+
* Deleted a lot of deprecated dataflow modules from `*Query.qll` files.
52
52
* Deleted the old deprecated TypeTracking library.
Copy file name to clipboardExpand all lines: ruby/ql/lib/change-notes/released/4.0.0.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,5 +14,5 @@
14
14
* Deleted the deprecated `ModelClass` and `ModelInstance` classes from `ActiveResource.qll`, use `ModelClassNode` and `ModelClassNode.getAnInstanceReference()` instead.
15
15
* Deleted the deprecated `Collection` class from `ActiveResource.qll`, use `CollectionSource` instead.
16
16
* Deleted the deprecated `ServiceInstantiation` and `ClientInstantiation` classes from `Twirp.qll`.
17
-
* Deleted a lot of deprecated dataflow modules from "*Query.qll" files.
17
+
* Deleted a lot of deprecated dataflow modules from `*Query.qll` files.
18
18
* Deleted the old deprecated TypeTracking library.
0 commit comments