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)
This commit is contained in:
Hugo Landau 2023-11-21 12:53:12 +00:00
parent 4f41334b4a
commit 870f26e66a
1 changed files with 1 additions and 9 deletions

View File

@ -93,13 +93,5 @@ guidelines:
with a specific release without having to sift through the higher with a specific release without having to sift through the higher
noise ratio in git-log. noise ratio in git-log.
8. For larger or more important user visible changes, as well as 8. Guidelines how to integrate error output of new crypto library modules
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
can be found in [crypto/err/README.md](crypto/err/README.md). can be found in [crypto/err/README.md](crypto/err/README.md).