Warn about upcoming API changes to certain concepts

This commit is contained in:
Vinnie Falco
2017-11-11 09:13:03 -08:00
parent 082767adfc
commit afca4cc277
5 changed files with 26 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
Version 142:
* Warn about upcoming API changes to certain concepts
--------------------------------------------------------------------------------
Version 141:
* Tidy up some documentation

View File

@@ -29,6 +29,11 @@ representation:
[heading Requirements]
[warning
These requirements may undergo non-backward compatible
changes in subsequent versions.
]
In this table:
* `R` denotes a type meeting the requirements of [*BodyReader].

View File

@@ -31,6 +31,11 @@ intended to obtain buffers for these scenarios:
[heading Requirements]
[warning
These requirements may undergo non-backward compatible
changes in subsequent versions.
]
In this table:
* `W` denotes a type meeting the requirements of [*BodyWriter].

View File

@@ -22,6 +22,11 @@ be serialized.
[heading Requirements]
[warning
These requirements may undergo non-backward compatible
changes in subsequent versions.
]
In this table:
* `F` denotes a type that meets the requirements of [*Fields].

View File

@@ -20,6 +20,11 @@ calls into it once to retrieve the buffers.
[heading Requirements]
[warning
These requirements may undergo non-backward compatible
changes in subsequent versions.
]
In this table:
* `W` denotes a type that meets the requirements of [*FieldsWriter].