summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-11-21 12:53:12 +0000
committerHugo Landau <hlandau@openssl.org>2023-11-29 08:35:31 +0000
commit22227bf09e0f9829b4ee3d45188d2b2aa78dae2e (patch)
tree0ffc8ef077922c8b7d085f349a0b855964d670ae
parent0d6a98b0e4a0daef0b40542a09d1944d2a4ee1f6 (diff)
Remove mention of NEWS.md in CONTRIBUTING.md
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 870f26e66ad6c52af6ec6100fb9f5d5ce67c6586)
-rw-r--r--CONTRIBUTING.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0117fce16f..11c31e0d69 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -93,13 +93,5 @@ guidelines:
with a specific release without having to sift through the higher
noise ratio in git-log.
- 8. For larger or more important user visible changes, as well as
- security fixes, please add a line in [NEWS.md](NEWS.md).
- On exception, it might be worth adding a multi-line entry (such as
- the entry that announces all the types that became opaque with
- OpenSSL 1.1.0).
- This file helps users get a very quick summary of what comes with a
- specific release, to see if an upgrade is worth the effort.
-
- 9. Guidelines how to integrate error output of new crypto library modules
+ 8. Guidelines how to integrate error output of new crypto library modules
can be found in [crypto/err/README.md](crypto/err/README.md).