diff --git a/NEWS b/NEWS
index 75f8aff60c3e5c3d239902b8144209197dc08f56..a5cf5d47d3f213253f1d36912efc1138831928e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+NEWS for the Nettle 3.4.1 release
+
+	This is a bugfix release.
+
+	Bug fixes:
+
+	* Fix bug in pkcs1-conv, missing break statements in the
+	  parsing of PEM input files.
+
+	* Fix link error on the pss-mgf1-test test, affecting builds
+	  without public key support.
+
+	The shared library names are libnettle.so.6.5 and
+	libhogweed.so.4.5, with sonames still libnettle.so.6 and
+	libhogweed.so.4. It is intended to be fully binary compatible
+	with nettle-3.1.
+
 NEWS for the Nettle 3.4 release
 
 	This release fixes bugs and adds a few new features. It also