Merge pull request #19531 from github/changedocs-2.21.3

Changenotes for 2.21.3
This commit is contained in:
Jon Janego
2025-05-19 19:00:47 -05:00
committed by GitHub
14 changed files with 192 additions and 32 deletions

View File

@@ -48,7 +48,7 @@ No user-facing changes.
* Deleted the deprecated `ModelClass` and `ModelInstance` classes from `ActiveResource.qll`, use `ModelClassNode` and `ModelClassNode.getAnInstanceReference()` instead.
* Deleted the deprecated `Collection` class from `ActiveResource.qll`, use `CollectionSource` instead.
* Deleted the deprecated `ServiceInstantiation` and `ClientInstantiation` classes from `Twirp.qll`.
* Deleted a lot of deprecated dataflow modules from "*Query.qll" files.
* Deleted a lot of deprecated dataflow modules from `*Query.qll` files.
* Deleted the old deprecated TypeTracking library.
## 3.0.2

View File

@@ -14,5 +14,5 @@
* Deleted the deprecated `ModelClass` and `ModelInstance` classes from `ActiveResource.qll`, use `ModelClassNode` and `ModelClassNode.getAnInstanceReference()` instead.
* Deleted the deprecated `Collection` class from `ActiveResource.qll`, use `CollectionSource` instead.
* Deleted the deprecated `ServiceInstantiation` and `ClientInstantiation` classes from `Twirp.qll`.
* Deleted a lot of deprecated dataflow modules from "*Query.qll" files.
* Deleted a lot of deprecated dataflow modules from `*Query.qll` files.
* Deleted the old deprecated TypeTracking library.