forked from boostorg/beast
Warn about upcoming API changes to certain concepts
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
Version 142:
|
||||||
|
|
||||||
|
* Warn about upcoming API changes to certain concepts
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 141:
|
Version 141:
|
||||||
|
|
||||||
* Tidy up some documentation
|
* Tidy up some documentation
|
||||||
|
@@ -29,6 +29,11 @@ representation:
|
|||||||
|
|
||||||
[heading Requirements]
|
[heading Requirements]
|
||||||
|
|
||||||
|
[warning
|
||||||
|
These requirements may undergo non-backward compatible
|
||||||
|
changes in subsequent versions.
|
||||||
|
]
|
||||||
|
|
||||||
In this table:
|
In this table:
|
||||||
|
|
||||||
* `R` denotes a type meeting the requirements of [*BodyReader].
|
* `R` denotes a type meeting the requirements of [*BodyReader].
|
||||||
|
@@ -31,6 +31,11 @@ intended to obtain buffers for these scenarios:
|
|||||||
|
|
||||||
[heading Requirements]
|
[heading Requirements]
|
||||||
|
|
||||||
|
[warning
|
||||||
|
These requirements may undergo non-backward compatible
|
||||||
|
changes in subsequent versions.
|
||||||
|
]
|
||||||
|
|
||||||
In this table:
|
In this table:
|
||||||
|
|
||||||
* `W` denotes a type meeting the requirements of [*BodyWriter].
|
* `W` denotes a type meeting the requirements of [*BodyWriter].
|
||||||
|
@@ -22,6 +22,11 @@ be serialized.
|
|||||||
|
|
||||||
[heading Requirements]
|
[heading Requirements]
|
||||||
|
|
||||||
|
[warning
|
||||||
|
These requirements may undergo non-backward compatible
|
||||||
|
changes in subsequent versions.
|
||||||
|
]
|
||||||
|
|
||||||
In this table:
|
In this table:
|
||||||
|
|
||||||
* `F` denotes a type that meets the requirements of [*Fields].
|
* `F` denotes a type that meets the requirements of [*Fields].
|
||||||
|
@@ -20,6 +20,11 @@ calls into it once to retrieve the buffers.
|
|||||||
|
|
||||||
[heading Requirements]
|
[heading Requirements]
|
||||||
|
|
||||||
|
[warning
|
||||||
|
These requirements may undergo non-backward compatible
|
||||||
|
changes in subsequent versions.
|
||||||
|
]
|
||||||
|
|
||||||
In this table:
|
In this table:
|
||||||
|
|
||||||
* `W` denotes a type that meets the requirements of [*FieldsWriter].
|
* `W` denotes a type that meets the requirements of [*FieldsWriter].
|
||||||
|
Reference in New Issue
Block a user