From 31c5d1f092a27fdc744bab836928cacce966a5d8 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 4 Mar 2019 08:48:17 -0800 Subject: [PATCH] The Fields concept is deprecated (API Change): * The Fields concept will be removed in a future version. --- CHANGELOG.md | 1 + doc/qbk/07_concepts/Fields.qbk | 11 ++++++----- doc/qbk/release_notes.qbk | 4 ++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d579c8f1..a9c41546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Version 228: * Fix UB in decorator: * Sync up convenience headers +* The Fields concept is deprecated (API Change) -------------------------------------------------------------------------------- diff --git a/doc/qbk/07_concepts/Fields.qbk b/doc/qbk/07_concepts/Fields.qbk index 29d54805..ba0261f8 100644 --- a/doc/qbk/07_concepts/Fields.qbk +++ b/doc/qbk/07_concepts/Fields.qbk @@ -9,6 +9,12 @@ [section:Fields Fields] +[warning + The ['Fields] concept is deprecated and will be removed in + a future version. The information on this page is provided + for historical purposes only. +] + An instance of [*Fields] is a container for holding HTTP header fields and their values. The implementation also calls upon the container to store the request target and non-standard strings for method and obsolete @@ -22,11 +28,6 @@ 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]. diff --git a/doc/qbk/release_notes.qbk b/doc/qbk/release_notes.qbk index fc22e1fc..0bc5f182 100644 --- a/doc/qbk/release_notes.qbk +++ b/doc/qbk/release_notes.qbk @@ -193,6 +193,10 @@ [*API Changes] +* The __Fields__ concept is deprecated and will be removed + in a future version. ['Actions Required]: Do not rely on + the ['Fields] concept. + * On Windows, Visual Studio 2017 or later is required * OpenSSL is required to build the examples and tests