Rename isnan, applicable to 'double' only, to isnand.
[gnulib.git] / NEWS
diff --git a/NEWS b/NEWS
index 568d57a..f541b61 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,11 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2008-01-26  isnan-nolibm    The module name is changed from isnan-nolibm to
+                            isnand-nolibm. The include file is changed from
+                            "isnan.h" to "isnand.h". The function that it
+                            defines is changed from isnan() to isnand().
+
 2008-01-14  strcasestr      This module now replaces worst-case inefficient
                             implementations; clients that use controlled
                             needles and thus do not care about worst-case