From 0ebe99ba8af5ba5e1b676338c41de09e67bcc1db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 12 Jun 2024 13:31:19 +0200
Subject: [PATCH] Update NEWS

---
 NEWS | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index cc059f69..bd0b012f 100644
--- a/NEWS
+++ b/NEWS
@@ -35,12 +35,15 @@ NEWS for the Nettle 3.10 release
 	* New combined gcm-aes assembly for powerpc64, contributed by
 	  Danny Tsen.
 
+	* New sha256 assembly for powerpc64, contributed by Eric
+          Richter.
+
 	* Improved performance for powerpc64 AES decrypt, by skipping
 	  subkey transformations that don't suit the vncipher
 	  instructions.
 
-	* Add arm64 CPU feature detection for Apple systems,
-	  contributed by Tim Kosse.
+	* Add arm64 CPU feature detection for Android and for Apple systems,
+	  contributed by Foolbar and Tim Kosse, prespectively.
 
 	Miscellaneous:
 
-- 
GitLab