about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8cb17cc1e6..39e15faa7f 100644
--- a/NEWS
+++ b/NEWS
@@ -69,6 +69,10 @@ Version 2.26
 * The function strfromf128, from ISO/IEC TS 18661-3:2015, is added to libc.
   It converts a _Float128 value into string.
 
+* The function strtof128, from ISO/IEC TS 18661-3:2015, is added to libc.
+  It converts a string into a floating-point number of _Float128 type.  Its
+  wide character counterpart, wsctof128, is added as a GNU extension.
+
 Security related changes:
 
 * The DNS stub resolver limits the advertised UDP buffer size to 1200 bytes,