summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-11-21 12:52:56 +0000
committerHugo Landau <hlandau@openssl.org>2023-11-29 08:35:30 +0000
commit0d6a98b0e4a0daef0b40542a09d1944d2a4ee1f6 (patch)
tree55bf83ae65403070dd60fc6c352b3a38dff868c6
parentf90beba2510dd122174f100b21ddc75d621ebb48 (diff)
Add known issues section
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22774) (cherry picked from commit 4f41334b4aee2160c4f292164b7467532402c53b)
-rw-r--r--dev/NEWS-FORMAT.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev/NEWS-FORMAT.md b/dev/NEWS-FORMAT.md
index f856f78127..9807c41bad 100644
--- a/dev/NEWS-FORMAT.md
+++ b/dev/NEWS-FORMAT.md
@@ -133,6 +133,22 @@ possible and practical.
List features in descending order of significance (approximately).
+#### Listing known issues
+
+Known issues can be called out as follows:
+
+```text
+The following known issues are present in this release and will be rectified in
+a future release:
+
+ * xxx (#12345)
+
+```
+
+The editorial conventions for this block are similar to those for feature
+additions, except that an issue number is listed rather than a reference to a
+standard.
+
#### Listing documentation enhancements
Significant documentation enhancements can be called out as follows: