Ruby: Accept grammar fix

Co-authored-by: Nick Rolfe <nickrolfe@github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2022-08-23 15:36:45 +02:00
committed by GitHub
parent d832298e40
commit 717a355913

View File

@@ -1,4 +1,4 @@
---
category: breaking
---
* Changed the `HTTP::Client::Request` concept from using `MethodCall` as base class, to using `DataFlow::Node` as base class. Any class that extend `HTTP::Client::Request::Range` must be changed, but if you only uses the member predicates of `HTTP::Client::Request` no changes are required.
* 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.