mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
5 lines
319 B
Markdown
5 lines
319 B
Markdown
---
|
|
category: breaking
|
|
---
|
|
* Changed the `HTTP::Client::Request` concept from using `MethodCall` as base class, to using `DataFlow::Node` as base class. Any class that extends `HTTP::Client::Request::Range` must be changed, but if you only use the member predicates of `HTTP::Client::Request`, no changes are required.
|