From dc28cadb84aedb1411aa2dd5f10c84317024a6ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 15 May 2019 11:30:55 +0200
Subject: [PATCH] Mention deletion of des-compat.h in NEWS

---
 NEWS | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 8a9ea1dd..56d361ea 100644
--- a/NEWS
+++ b/NEWS
@@ -56,11 +56,17 @@ NEWS for the Nettle 3.5 release
 	  of Chacha, where possible. Contributed by Yuriy M.
 	  Kaminskiy.
 
-	Deprecations:
+	Deleted features:
 
-	* Functions using the old struct aes_context have been marked
-	  as deprecated. Use the fixed key size interface instead,
-	  e.g., struct aes256_ctx, introduced in Nettle-3.0.
+	* The header file des-compat.h and everything declared therein
+	  has been deleted, as announced earlier. This file provided a
+	  subset of the old libdes/ssleay/openssl interface for DES
+	  and triple-DES. DES is still supported, via the functions
+	  declared in des.h.
+
+	* Functions using the old struct aes_ctx have been marked as
+	  deprecated. Use the fixed key size interface instead, e.g.,
+	  struct aes256_ctx, introduced in Nettle-3.0.
 
 	Miscellaneous:
 
-- 
GitLab