about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index faa60abe30..3065153746 100644
--- a/NEWS
+++ b/NEWS
@@ -41,9 +41,9 @@ Major new features:
   18661-3:2015.  These are corresponding interfaces to those supported for
   _Float128.
 
-* The math library now implements interfaces for the _Float64 and _Float32x
-  types, as defined by ISO/IEC TS 18661-3:2015.  These are corresponding
-  interfaces to those supported for _Float128.
+* The math library now implements interfaces for the _Float32, _Float64 and
+  _Float32x types, as defined by ISO/IEC TS 18661-3:2015.  These are
+  corresponding interfaces to those supported for _Float128.
 
 * glibc now implements the memfd_create and mlock2 functions on Linux.