From cd8ee29265e92933bb1913e19695141c39183d6d Mon Sep 17 00:00:00 2001
From: Paul Zimmermann <Paul.Zimmermann@inria.fr>
Date: Tue, 25 Jun 2024 10:23:12 +0200
Subject: [PATCH] added an item in NEWS

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

diff --git a/NEWS b/NEWS
index 633549e0..8124baa9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 Changes between GMP-ECM 7.0.5 and 7.0.6:
 * added a generator for optimal Lucas chains for param=0
   (see README and LucasChainGenerator/README)
+* added thread-safety to schoen_strass.c (contributed by Mark Geisert)
+   (https://gitlab.inria.fr/zimmerma/ecm/-/issues/21863)
 * the option -I has been removed
   (https://gitlab.inria.fr/zimmerma/ecm/-/issues/21867)
 * fixed a bug when using -resume with param=0 and B1 > B1 in resume file
-- 
GitLab